summaryrefslogtreecommitdiff
path: root/1385/CH2/EX2.7/2_7.sce
blob: 7fc23ebc4b5f6a0885352869e4cac1e435d411b5 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
t= 20 //min
t1= 19.4 //min
M= 32 //gms
//CALCULATIONS
x= M*t1^2/t^2
//RESULTS
printf (' molecular weight of ethane = %.1f gms',x)