summaryrefslogtreecommitdiff
path: root/1460/CH4/EX4.5/4_5.sce
blob: 42741a12b7e50b3c42dc0183f863f5e8fa77b633 (plain)
1
2
3
4
5
6
7
8
clc
//Initialization of variables
ht=308 //B/lbm
h=298 //B/lbm
//calculations
V=sqrt(2*32.2*778*(ht-h))
//results
printf("Velocity of tha gas= %d ft/sec",V)