Please evaluate the accurate solution of the following question
Question- For Visual Basic: Write a program to solve the problem and display the answer in a list box. The program should use variables for each of the quantities.
Suppose a ball is thrown straight up in the air with an initial velocity of 50 feet per second and an initial height of 5 feet.
Part 1- How high will the ball be after 3 seconds?
Note: The height after t seconds is given by the expression (-16t 2 + v0t + h0), where v0 is the initial velocity and h0 is the initial height.
I need help to find the height of the ball after three seconds.