diff options
Diffstat (limited to '1553/CH11/EX11.8/11Ex8.sce')
-rw-r--r-- | 1553/CH11/EX11.8/11Ex8.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH11/EX11.8/11Ex8.sce b/1553/CH11/EX11.8/11Ex8.sce new file mode 100644 index 000000000..014e8422f --- /dev/null +++ b/1553/CH11/EX11.8/11Ex8.sce @@ -0,0 +1,9 @@ +//Ex 8
+
+clc;
+clear;
+close;
+cp=1;
+cp_18=18; sp_18=21;
+gainPercent=(3/18)*100;
+mprintf("The profit percent is %3.2f percent",gainPercent);
|