1 2 3 4 5 6 7
clear // res=1.72*(10**-8) l=200 a=25*(10**-6) R=(res*l)/(a) printf("\n R= %0.1f ohm",R)