Question: Using while loop, Write a c++ program to read initial temperature (T1), initial volume(V1) and final volume (V2) of a gas at a constant pressure.
Using while loop, Write a c++ program to read initial temperature (T1), initial volume(V1) and final volume (V2) of a gas at a constant pressure. Compute final temperature, T2 of the gas. Boyle's law T2*V1=T1*V2 For this problem: T2=(T1*V2)/V1 repeat it for five different inputs. Use While loop.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
