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