summaryrefslogtreecommitdiff
path: root/620/CH2/EX2.4/example2_4.sce
blob: 4ae7dbbcdfb6edcbb804be465195c77d2eda9a2e (plain)
1
2
3
4
v=12;
q=20;
w=v*q;
disp("the work done (in J) is"); disp(w);