summaryrefslogtreecommitdiff
path: root/1553/CH2/EX2.10/2Ex10.sce
blob: 174a2c671f93fe022e51f2d23717ad2a0e704046 (plain)
1
2
3
4
5
6
7
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);