diff options
Diffstat (limited to '1553/CH10/EX10.24/10Ex24.sce')
-rw-r--r-- | 1553/CH10/EX10.24/10Ex24.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH10/EX10.24/10Ex24.sce b/1553/CH10/EX10.24/10Ex24.sce new file mode 100644 index 000000000..aa827c6b2 --- /dev/null +++ b/1553/CH10/EX10.24/10Ex24.sce @@ -0,0 +1,8 @@ +//chapter 10 Ex 24
+
+clc;
+clear;
+close;
+inc=25/100;
+red=(inc/(1+inc))*100;
+mprintf("The reduction in consumption should be %d percent",red);
|