summaryrefslogtreecommitdiff
path: root/620/CH2/EX2.4/example2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH2/EX2.4/example2_4.sce')
-rw-r--r--620/CH2/EX2.4/example2_4.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/620/CH2/EX2.4/example2_4.sce b/620/CH2/EX2.4/example2_4.sce
new file mode 100644
index 000000000..4ae7dbbcd
--- /dev/null
+++ b/620/CH2/EX2.4/example2_4.sce
@@ -0,0 +1,4 @@
+v=12;
+q=20;
+w=v*q;
+disp("the work done (in J) is"); disp(w); \ No newline at end of file