1 2 3 4 5 6 7 8
clc //initialisation of variables F= 200 //lb A= 4 //in^2 //CALCULATIONS P= F/A //RESULTS printf ('Pressure = %.f psi',P)