diff options
Diffstat (limited to '3841/CH8/EX8.3/Ex8_3.sce')
-rw-r--r-- | 3841/CH8/EX8.3/Ex8_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH8/EX8.3/Ex8_3.sce b/3841/CH8/EX8.3/Ex8_3.sce new file mode 100644 index 000000000..97a539c48 --- /dev/null +++ b/3841/CH8/EX8.3/Ex8_3.sce @@ -0,0 +1,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) |