diff options
Diffstat (limited to '1553/CH2/EX2.10')
-rw-r--r-- | 1553/CH2/EX2.10/2Ex10.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH2/EX2.10/2Ex10.sce b/1553/CH2/EX2.10/2Ex10.sce new file mode 100644 index 000000000..174a2c671 --- /dev/null +++ b/1553/CH2/EX2.10/2Ex10.sce @@ -0,0 +1,8 @@ +//chapter 2 Ex 10
+
+clc;
+clear;
+close;
+Hcf=13;
+n1=15*Hcf; n2=11*Hcf; //since the numbers are in the ratio 15:11
+mprintf("The given numbers are %d and %d",n1,n2);
|