summaryrefslogtreecommitdiff
path: root/1388/CH5/EX5.3/5_3.sce
blob: 435ce570f987fd4b8b62fb3783a04c936ff07a17 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
T= 27 //C
R= 0.08206 //cal/mol T
W= 28.6 //gms
//CALCULATIONS
d= W/((273.2+T)*R)
//RESULTS
printf (' density = %.3f g l^-1',d)