diff options
Diffstat (limited to '3841/CH19/EX19.3/Ex19_3.sce')
-rw-r--r-- | 3841/CH19/EX19.3/Ex19_3.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3841/CH19/EX19.3/Ex19_3.sce b/3841/CH19/EX19.3/Ex19_3.sce new file mode 100644 index 000000000..ce0666311 --- /dev/null +++ b/3841/CH19/EX19.3/Ex19_3.sce @@ -0,0 +1,11 @@ +clear +//given +// +//page no 389 +//find how many gallons will a 64-inches +//two thirds of 6 is 4 +l=120+4+4 +//from table +//capacity of full tank +Cf=13.93*l +printf("\n \n capacity of full tank %.2f gal",Cf) |