1 2 3 4 5 6 7 8
clc //initialisation of variables F= 100 //lbf a= 20 //ft/sec^2 //CALCULATIONS m= F*32.2/a //RESULTS printf (' mass of the body = %.f lb',m)