Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please do it in object oriented java Bungee jumping is an activity that involves a person jumping from a great height while connected to a

image text in transcribedplease do it in object oriented java

Bungee jumping is an activity that involves a person jumping from a great height while connected to a large elastic cord. The launching pad is usually erected on a tall structure such as a building or crane, a bridge across a deep ravine, or on a natural geographic feature such as a cliff. Assume this is a single dimensional motion where the jumper is moving in a straight line. There are five variables that are put together in several equations for describing this motion: Eql: v=+ axt Eq2: d = averageSpeed x t, averagespeed = (v + v1)/2 Eq3 : d=V x t + axt/2 (Eq3 is derived from Eq 1 and Eq2) Eq4: v = va + 2 xa x d (Eg4 is derived from Eq 1 and Eq2) Suppose a jumper is released from the top of a building, write a program to find out the length of the bungee cord, given the travel time for the jumper groundward using any of the above equations. Note that the acceleration due to gravity is constant 9.8m / s. Here is a sample run: 25 Enter the jumper travel time in seconds: The length of the bungee cord is 30.625000000000004 meters

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

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago