nylonelyguy
Technical User
using the sqrt() to determine the time it takes a ball to hit the ground after it has been dropped from 800 foot tower.
g=32.2 ft/sec^2
write a function to do that. please take it into consderation that im new to c++.
> Thank you
i think the formula for the time
time=sqrt(2*distance/g)
g=32.2 ft/sec^2
write a function to do that. please take it into consderation that im new to c++.
> Thank you
i think the formula for the time
time=sqrt(2*distance/g)