From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3841/CH4/EX4.8/Ex4_8.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3841/CH4/EX4.8/Ex4_8.sce (limited to '3841/CH4/EX4.8') diff --git a/3841/CH4/EX4.8/Ex4_8.sce b/3841/CH4/EX4.8/Ex4_8.sce new file mode 100644 index 000000000..b3e100a6c --- /dev/null +++ b/3841/CH4/EX4.8/Ex4_8.sce @@ -0,0 +1,8 @@ +clear +//given +//find out what is mass of an engine piston that wieghs +w=55. +//mass weight divide by 32.2 +//because it convets to lb +M=w/32.2 +printf("\n \n mass of an engine %.2f lb",M) -- cgit