summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.6/Ex5_6.sce
blob: 1bd22b8b40171113d5452e44ed2ebac88a9596df (plain)
1
2
3
4
5
6
7
8
9
10
clear
//given
//
//find the final pressure gage
a=240.
b=15.
IP=14.7
FP=IP*(a/b)
Fpg=FP-IP
printf("\n \n final pressure gage is %.2f ",Fpg)