given an airplane’s acceleration and take-off speed v, you can compute the minimum runway length needed for an airplane to take-off using the following formula. length=v^2/2*a. write a program that prompts the user to enter v in meters and acceleration a in meter/second and display the minimum runway length.
Please let us know your comments regarding the correct answer to the question. Each of your comments will be evaluated by us and correct comments will be shared.