summaryrefslogtreecommitdiff
path: root/1280/CH3/EX3.4/3_4.sce
blob: 2d3f0460a0e5944c4b04e76b2c5276d51664fd77 (plain)
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)