summaryrefslogtreecommitdiff
path: root/3769/CH20/EX20.12/Ex20_12.sce
blob: de9fa08aafd1bc88e5f3d6d6d1ad0fc845437a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
R=6.4*10**6                         //m
h=110

//Calculation 
//
d=(sqrt(2*R*h))*10**-3
P=%pi*d**2

//Result
printf("\n Population covered is %0.1f  *10**6",P*10**-3)