summaryrefslogtreecommitdiff
path: root/3753/CH3/EX3.3/Ex3_3.sce
blob: dbb482907857e5bedbc7f034b4c8aec9888d819f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example number 3.3, Page number 3.33


clc;clear;close

// Variable declaration
T=1.2 // in s
V=7500 // in m^3

// Calculation
A=(0.16*V)/T // in m^2

// Result
printf("Total absorpttion = %.f m**2 of O.W.U.",A)