summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.22/Ex3_22.sce
blob: f118f6805d63fbbe360ec8839ecb85e9918401b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
q=8.85*10**-6 
e=8.85*10**-12

//Calculation
a=q/e
b=a/6.0

//Result
printf("\n Electric flux through each face is  %0.2f  Nm**2C-1",b*10**-5)