summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.1/Ex3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.1/Ex3_1.sce')
-rw-r--r--3769/CH3/EX3.1/Ex3_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH3/EX3.1/Ex3_1.sce b/3769/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..ec7c83e5e
--- /dev/null
+++ b/3769/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+q=300*10**-6 //c
+V=6
+
+//Calculation
+W=q*V
+
+//Result
+printf("\n Work done is %0.3f *10**-3 J", W*10**3)