summaryrefslogtreecommitdiff
path: root/1553/CH2/EX2.11/2Ex11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH2/EX2.11/2Ex11.sce')
-rw-r--r--1553/CH2/EX2.11/2Ex11.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH2/EX2.11/2Ex11.sce b/1553/CH2/EX2.11/2Ex11.sce
new file mode 100644
index 000000000..ba361dc10
--- /dev/null
+++ b/1553/CH2/EX2.11/2Ex11.sce
@@ -0,0 +1,8 @@
+//chapter 2 Ex 11
+
+clc;
+clear;
+close;
+Hcf=11; Lcm=693; n1=77;
+n2=(Hcf*Lcm)/n1;
+mprintf("The other number is %d",n2);