summaryrefslogtreecommitdiff
path: root/2141/CH5/EX5.1/Ex5_1.sce
blob: 61a69fe3926b88a3a92707b07ca867998b88451b (plain)
1
2
3
4
5
6
7
8
9

clc
//initialisation of variables
w=5090 //Btu
h=1500 //Btu
//CALCULATIONS
U=w-h //Btu
//RESULTS
printf('The tank and fluid as the system=%f Btu',U)