Trajectories

This program simulates the trajectory of a baseball (not including friction). height = t v sin(a) - 16 t^2 distance = t v cos(a) Can you calculate the actual highest point of the trajectory? Can you calculate the actual distance of where the ball hits the ground? How do you convert feet per second to miles per hour?