summaryrefslogtreecommitdiff
path: root/3769/CH1/EX1.1/Ex1_1.sce
blob: eddafe6bcbddceb387f5c9bd405c04b8e76f78b8 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
q=4.5*10**-19                       //C
e=1.6*10**-19                       //C

//Calculation
n=q/e

//Result
printf("\n n=  %0.1f  This value of charge is not possible",n)