summaryrefslogtreecommitdiff
path: root/2234/CH4/EX4.1/ex4_1.sce
blob: bb182a707f6d976956185d03660024d3653a24bb (plain)
1
2
3
4
5
clc;
q=1;         //no of coulomb
e=1.6*10^-19;   //charge on an electron
n=(q/e);  //calculating no of electrons
disp(n,"No of electrons = ");  //displaying result