clc //initialisation of variables P=81.5 P2=0.0019 //lbf/in^2 T1=360//F T2=420//F //CALCULATIONS p=P2/P//lbf/in^2 //RESULTS printf('The presure of water =% f lbf/in^2',p)