summaryrefslogtreecommitdiff
path: root/3769/CH7/EX7.16/Ex7_16.sce
blob: fc08bc97c166cc169c0fe173e77c835db536ecc3 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
a=0.8

//Calculation
H=a**2
H1=(1-H)*100

//Result
printf("\n Decreased percentage is %0.3f  percentage", H1)