summaryrefslogtreecommitdiff
path: root/1553/CH11/EX11.11/11Ex11.sce
blob: 1d95fad03a31ad9d99e186acf63326c3b56df4a5 (plain)
1
2
3
4
5
6
7
8
9
10
//Ex 11

clc;
clear;
close;
cp_3=1;
sp_3=(150/100)*cp_3;
t_sold=3;
n=t_sold/sp_3;    //Number of toffees sold
printf("The number of toffees sold are %d",n);