summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.30/Ex4_30.sce
blob: b5d53ac0e06d2e5d1e852e19847084b4bfee8434 (plain)
1
2
3
4
5
6
7
8
9
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)