summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.8/Ex4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH4/EX4.8/Ex4_8.sce')
-rw-r--r--3841/CH4/EX4.8/Ex4_8.sce8
1 files changed, 8 insertions, 0 deletions
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)