summaryrefslogtreecommitdiff
path: root/1301/CH3/EX3.16/ex3_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH3/EX3.16/ex3_16.sce')
-rwxr-xr-x1301/CH3/EX3.16/ex3_16.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH3/EX3.16/ex3_16.sce b/1301/CH3/EX3.16/ex3_16.sce
new file mode 100755
index 000000000..5fd38f139
--- /dev/null
+++ b/1301/CH3/EX3.16/ex3_16.sce
@@ -0,0 +1,5 @@
+clc;
+g=32; //gravitational constant in ft/sec square
+w=160; //weight in lb
+m=w/g //calculating mass in slugs.
+disp(m,"Mass in slugs = "); //displaying result \ No newline at end of file