summaryrefslogtreecommitdiff
path: root/1364/CH6/EX6.1.1/6_1_1.sce
blob: f3d360f059fa5ecc0826d02e4c0d228aed69d9b1 (plain)
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)