1 2 3 4 5 6 7 8 9 10 11
clear //Given A=0.02 //m**2 r=0.5 //m //Calculation // d=A/(4.0*%pi*r) //Result printf("\n Distance is %0.2f mm",d*10**3)