summaryrefslogtreecommitdiff
path: root/1301/CH26/EX26.7/26_7.sce
blob: 4a8561d0c04c2d43b66f4d44ee5b2b42690abc1c (plain)
1
2
3
4
5
6
7
8
9
clc;
p=0.263*10^5;      //Pascal
v=120;      //volume in m cube
t=223;      //Kelvin
R=8.31;     //constant
n=(p*v)/(R*t);  //calculating n
disp(n,"n = ");  //displaying result
m=n*4;      //cal mass of He
disp(m,"Mass of He = ");  //displaying result