1 2 3 4 5 6 7 8
clc //Initialization of variables g=32.1739 gam=62.305 //calculations rho=gam/g //results printf("Density in FLtheta system = %.3f slugs/ft^2",rho)