Create C program to prompt user to enter values for the pressure P, volume V, and temperature T. Then creates a user def
Posted: Thu May 26, 2022 9:05 am
Create C program to prompt user to enter values for the pressure P, volume V, and temperature T. Then creates a user defined function to receive these three parameters, calculates the mass of a balloon inflated to V cu ft, at P pounds of pressure, at a temperature of T degrees and returns it to the function calls. Save the values of pressure, volume, temperature and mass in a text file. Use the following formula: M = PV/0.42(T + 460)