lol i neeeeeeeeeeeeeeeeeeeeeeeed pointssssssssssssssss
Answer:
M =2.33 kg
Explanation:
given data:
mass of piston - 2kg
diameter of piston is 10 cm
height of water 30 cm
atmospheric pressure 101 kPa
water temperature = 50°C
Density of water at 50 degree celcius is 988kg/m^3
volume of cylinder is
mass of available in the given container is
M =2.33 kg
Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
In the simplest terms, bioremediation is a waste management process using live organisms to neutralize or remove harmful pollutants from contaminated areas. Bioremediation is an environmental science that amplifies natural biological actions to remedy or remediate polluted groundwater and contaminated soil.
Explanation: