Write a program to provide information on the height of a ball thrown straight up into the air. The program should request as input the initial height, h feet, and the initial velocity, v feet per second. The height of the ball after t seconds is h + vt - 16t² feet. The program should perform the following two calculations:
(a) Determine the maximum height of the ball. Note: The ball will reach its maximum height after v/32 seconds.