clc clear //Initialization of variables h=200 //ft gam=64 //lb per cu ft //calculations P=h*gam/144 //results printf("Pressure = %.1f psi",P)