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)