1 2 3 4 5 6 7 8
clear // q1=0.2 q2=0.2 r=1 e=8.84*(10**-12) E=(q1*q2)/(4*3.14*e*(r**2)) printf("\n E= %0.1f N",E)