summaryrefslogtreecommitdiff
path: root/3841/CH8/EX8.3/Ex8_3.sce
blob: 97a539c48dd47b3094bbbc192c8e049254bcc14d (plain)
1
2
3
4
5
6
7
8
9
10
clear
//given
//test of diesel engine correct the fuel consumption
//
x=18900.
y=19350.
//for given fuel consumption of 0.46 lb
//finding the 19350 fuel consumption is
Cf=(x/y)*0.46
printf("\n \n correct fuel consumption %.2f lb per hour",Cf)