summaryrefslogtreecommitdiff
path: root/2615/CH5/EX25.5/25_5.sce
blob: 5b6ba334d2546cd87c724f408e7f445840ac414f (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
w=1200//kg
f=0.08//cm
l=0.5//kg
p=f*(w/75)//kg
//CALCULATIONS
P=w*l//kg
//RESULTS
printf('a wood drum together with its content=% f kg',P)