summaryrefslogtreecommitdiff
path: root/1388/CH1/EX1.1/1_1.sce
blob: e509355473a6d77cde1e0ddb82da93b5568cd116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
V= 22.394 //l
m= 32 //gm
T= 0 //C
T1= 50 //C
p= .8 //atm
//CALCULATIONS
V1= (T1+273.16)*V/(T+273.16)
V2= (1/p)*V1
//RESULTS
printf (' Volume = %.3f ',V2)