summaryrefslogtreecommitdiff
path: root/1286/CH2/EX2.10/2_10.sce
blob: 5b159bd588c6200a979d654c9357e76ac0fa2e4c (plain)
1
2
3
4
5
6
7
8
clc
//initialisations
ym=1.8*10^-4
yg=2.5*10^-5
//CALCULATIONS
s=yg/ym
//results
printf(' volume of vessel to be filled= % 1f 1/C',s)