summaryrefslogtreecommitdiff
path: root/3755/CH14/EX14.1/Ex14_1.sce
blob: 4c9be0292749fcb11263a23cf87750e90d4df17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//
//
//

//Variable declaration    
V=7500;      //volume(m^3)
T=1.5;       //time(sec)

//Calculations
aS=0.165*V/T;     //total absorption in hall(OWU)

//Result
printf("\n total absorption in hall is %0.3f OWU",aS)