summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.10/10Ex10.sce
blob: 642a90760b4a1930df53e499058ac772c7238e27 (plain)
1
2
3
4
5
6
7
8
9
//chapter 10 Ex 10

clc;
clear;
close;
Diff=21;
per=65/100
num=Diff/(4/5-per);
printf("The number is %1.0f.",num);