summaryrefslogtreecommitdiff
path: root/1553/CH11/EX11.15/11Ex15.sce
blob: 8931fbed6715bae867dd466aa3a28ce8b78fc79f (plain)
1
2
3
4
5
6
7
8
9
//Ex 15

clc;
clear;
close;
r=125;w=115;m=110;
retail_price=1265;
cost=retail_price/(r/100*m/100*w/100);
printf("The production cost of table is Rs. %d",cost);