summaryrefslogtreecommitdiff
path: root/1553/CH32/EX32.3/32Ex3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH32/EX32.3/32Ex3.sce')
-rw-r--r--1553/CH32/EX32.3/32Ex3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH32/EX32.3/32Ex3.sce b/1553/CH32/EX32.3/32Ex3.sce
new file mode 100644
index 000000000..d4a9e55d9
--- /dev/null
+++ b/1553/CH32/EX32.3/32Ex3.sce
@@ -0,0 +1,9 @@
+//Chapter 32 Ex 3
+
+clc;
+close;
+clear;
+TD=250; SI= 375; t=3;
+sumdue=(SI*TD)/(SI-TD);
+R=(100*SI)/(sumdue*t);
+mprintf("The sum and the rate are Rs.%d and %.2f percent",sumdue,R);