1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// // 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)