summaryrefslogtreecommitdiff
path: root/1553/CH6/EX6.6/6Ex6.sce
blob: 396672a7dd8cf219e52f63d30f6a90fc65c9b7d8 (plain)
1
2
3
4
5
6
7
8
9
//chapter 6 Ex 6

clc;
clear;
close;
persons=9; extra=8;
avgexp=(12*(persons-1)+extra)/(persons-1);
total=9*avgexp;
mprintf("The total money spent was Rs.%d",total);