Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Please 3. Specification -Write a program that accepts as input a height in feet (or meters...just be consistent with your units). The program should

image text in transcribedPython Please

3. Specification -Write a program that accepts as input a height in feet (or meters...just be consistent with your units). The program should calulate the height after every second, assuming you release the ball at the starting height. (this function assumes you don't throw up or down) Postion Function: pos(t)--16 * t2 + startingHeight # Feet Equation pos(t)--4.9 * t2 + startinglieight # Meter Equation Print out the position after each print saying it reached the ground at a specific time (i.e. posi-0, we are only dealing with integer seconds): Enter a height in feet: 200 il it reaches the ground, such as, and have a final 21 Pos (0)-200.000000 31 Pos (1)-184.000000 Pos (2)-136.000000 5 Pos (3)-56.000000 6The ball reaches the ground at 4 seconds

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

Statistical And Scientific Database Management International Working Conference Ssdbm Rome Italy June 21 23 1988 Proceedings Lncs 339

Authors: Maurizio Rafanelli ,John C. Klensin ,Per Svensson

1st Edition

354050575X, 978-3540505754

More Books

Students also viewed these Databases questions