summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.9/Ex4_9.sce
blob: 1a30ac894353fbc95587ebf0b1e7800e4328bb7a (plain)
1
2
3
4
5
6
7
8
clear
//find the work neccasry to raise a weight
//given
//
w=150.
d=8.
Work=w*d
printf("\n \n work necesary  %.2f ft-lb",Work)