Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

pls help me this, using VISUAL BASIC, NO PYTHON AND C# Projectile Motion Write a program to provide information on the height of a ball

image text in transcribedimage text in transcribed

pls help me this, using VISUAL BASIC, NO PYTHON AND C#

Projectile Motion 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 (in feet) after t seconds is given by the formula h+vt16t2 feet. The four options to be provided by buttons are as follows: (a) Determine the maximum height of the ball. Note: The ball will reach its maximum height after v/32 seconds. (b) Determine approximately when the ball will hit the ground. Hint: Calculate the height after every .1 second and determine when the height is no longer a positive number. (c) Display a table showing the height of the ball every quarter second for five seconds or until it hits the ground. See Fig. 6.66. (d) Quit. Projectile Motion DetermineApproximateTimeuntilBallHitstheGround \begin{tabular}{|cc|} \hline Time & Height \\ 0 & 5 \\ 0.25 & 12.5 \\ 0.5 & 18 \\ 0.75 & 21.5 \\ 1 & 23 \\ 1.25 & 22.5 \\ 1.5 & 20 \\ 1.75 & 15.5 \\ 2 & 9 \\ 2.25 & 0.5 \\ & \\ \hline \end{tabular} Ball hits ground after 2.3sec

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Outlook 2023

Authors: James Holler

1st Edition

B0BP9P1VWJ, 979-8367217322

More Books

Students also viewed these Databases questions

Question

9. Understand the phenomenon of code switching and interlanguage.

Answered: 1 week ago