Answered You can hire a professional tutor to get the answer.
Define a method computegasvolume that returns the volume of a gas given parameters pressure, temperature, and moles. use the gas equation pv = nrt, where p is pressure in pascals, v is volume in cubic
Define a method computegasvolume that returns the volume of a gas given parameters pressure, temperature, and moles. use the gas equation pv = nrt, where p is pressure in pascals, v is volume in cubic meters, n is number of moles, r is the gas constant 8.3144621 ( j / (mol*k)), and t is temperature in kelvin. all parameter types and the return type are double.