summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.30/Ex4_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH4/EX4.30/Ex4_30.sce')
-rw-r--r--3769/CH4/EX4.30/Ex4_30.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH4/EX4.30/Ex4_30.sce b/3769/CH4/EX4.30/Ex4_30.sce
new file mode 100644
index 000000000..b5d53ac0e
--- /dev/null
+++ b/3769/CH4/EX4.30/Ex4_30.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+V=12 //V
+C=1.35*10**-10 //C
+
+//Calculation
+q=C
+
+//Result
+printf("\n Extra Charge supplied by battery is %0.3f C", q)