(Physics: finding runway length) Given an airplane’s acceleration a and take-off speed v , you can compute the minimum runway length needed for an airplane to take off using the following formula:
![]()
Write a program that prompts the user to enter v in meters/second (m/s) and the acceleration a in meters/second squared (m/s2), and displays the minimum runway length. Here is a sample run:
![]()
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.