Write a program that will solve the problem specified above( for the rocket). However, lit user of your program is to insert the starting height, and the time the rocket travels.
Due to ballistics, the rocket reaches maximum height after 30 seconds, so the maximum time should never be above 30.
Using arrays. calculate and then display the altitude, acceleration, and velocity of the rocket in one scouted intervals up to the user input value.
The user will determine whether to end the program, or enter another amount of time. Provide error chocking as appropriate in the program.
Save the program to your disk as a file called "rockethas' in the Q14 directory on your disk. Turn in the flowchart with the disk.