diff options
Diffstat (limited to '3769/CH7/EX7.16/Ex7_16.sce')
-rw-r--r-- | 3769/CH7/EX7.16/Ex7_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH7/EX7.16/Ex7_16.sce b/3769/CH7/EX7.16/Ex7_16.sce new file mode 100644 index 000000000..fc08bc97c --- /dev/null +++ b/3769/CH7/EX7.16/Ex7_16.sce @@ -0,0 +1,10 @@ +clear +//Given +a=0.8 + +//Calculation +H=a**2 +H1=(1-H)*100 + +//Result +printf("\n Decreased percentage is %0.3f percentage", H1) |