summaryrefslogtreecommitdiff
path: root/2234/CH4/EX4.17/ex4_17.sce
blob: 62affab72fead10ea0e5d67c7b56f8be611cdb54 (plain)
1
2
3
4
5
clc;
V=250;  //potential difference in Volt
C=10^-11;  //capacitance in farad
q=C*V;  //calculating charge
disp(q,"Charge in Coulomb = ");  //displaying result