summaryrefslogtreecommitdiff
path: root/620/CH1/EX1.1/example1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH1/EX1.1/example1_1.sce')
-rw-r--r--620/CH1/EX1.1/example1_1.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/620/CH1/EX1.1/example1_1.sce b/620/CH1/EX1.1/example1_1.sce
new file mode 100644
index 000000000..b67aa722c
--- /dev/null
+++ b/620/CH1/EX1.1/example1_1.sce
@@ -0,0 +1,3 @@
+ft=3.67;
+m=ft*0.3048;
+disp("the given length (in m) is"); disp(m); \ No newline at end of file