Answer:
Explanation:
import java.util.Scanner;
public class GasVolume {
final static double GAS_CONST = 8.3144621;
public static double computeGasVolume(double pressure,double temperature, double moles)
{
return moles*GAS_CONST*temperature/pressure;
}
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
double gasPressure = 0.0;
double gasMoles = 0.0;
double gasTemperature = 0.0;
double gasVolume = 0.0;
gasPressure = 100;
gasMoles = 1 ;
gasTemperature = 273;
gasVolume = computeGasVolume(gasPressure, gasTemperature, gasMoles);
System.out.println("Gas volume: " + gasVolume + " m^3");
return;
}
}
A=1/2h(a+b)
1/2 can be said as 0.5
so
A=0.5h(a+b)
0.5h is being multiplied with (a+b), taking this expression of left hand side gives
A/0.5(a+b)=h
OR
h=A/0.5(a+b)
This is the final answer
The zoom dialog box helps to enter text and expressions in tight places, such as a property sheet or Query Design view. You can resize the zoom box and change the font. And the zoom box remembers the size and font each time you use it.
Use the
<span>You can view documents across all print queues and print devices.
</span>