//Finding of Speed of Sound waves //Given k=1.4; R=287; T=293; //To Find C=sqrt(k*R*T); C1=C*(18/5); disp("Speed of Sound waves ="+string(C1)+" Km/hr");