// // h1=50 h2=10 c=0.0673 d1=sqrt(h1/c) d2=sqrt(h2/c) dis=d1+d2 printf("\n distance between man and object is %0.3f meters',dis)