summaryrefslogtreecommitdiff
path: root/1553/CH11/EX11.9/11Ex9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH11/EX11.9/11Ex9.sce')
-rw-r--r--1553/CH11/EX11.9/11Ex9.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH11/EX11.9/11Ex9.sce b/1553/CH11/EX11.9/11Ex9.sce
new file mode 100644
index 000000000..2e36ed5e1
--- /dev/null
+++ b/1553/CH11/EX11.9/11Ex9.sce
@@ -0,0 +1,10 @@
+//Ex 9
+
+clc;
+clear;
+close;
+cp_33=33;cp_22=22; //let cp of each meter be Rs.1
+sp_22=cp_33; //given
+gain=11;
+gainPercent=(gain/cp_22)*100;
+mprintf("The profit percent is %d percent",gainPercent);