summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.21/Ex3_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.21/Ex3_21.sce')
-rw-r--r--3769/CH3/EX3.21/Ex3_21.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH3/EX3.21/Ex3_21.sce b/3769/CH3/EX3.21/Ex3_21.sce
new file mode 100644
index 000000000..433fc503b
--- /dev/null
+++ b/3769/CH3/EX3.21/Ex3_21.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+q=10**-7
+e=8.854*10**-12
+
+//Calculation
+a=q/e
+
+//Result
+printf("\n Electric flux through the surface of the cube is %0.2f Nm**2C-1",a*10**-4)