diff options
Diffstat (limited to '3769/CH4/EX4.30/Ex4_30.sce')
-rw-r--r-- | 3769/CH4/EX4.30/Ex4_30.sce | 10 |
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) |