Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use Visual Studio to create, edit, debug and compile a simple C program. Airplane pilots need to determine how far away from an airport they
Use Visual Studio to create, edit, debug and compile a simple C program.
Airplane pilots need to determine how far away from an airport they need to start descending to land. The standard descent rate is 500 feet per minute. Create a program that enables the pilot to enter the speed the airplane is flying in miles per hour and the current altitude in feet. Your program should then calculate how many miles away from the airport the pilot should start the descent. Inputs: 1)The airplane's altitude in feet. 2) The airplane's speed in miles per hour Processing: 1.Determine the number of minutes needed to descend at 500 fpm. 2. Determine the speed of the airplane in miles per minute. 3. Multiply the number of minutes needed by the speed in miles per minute. Output: Display a nicely worded message that indicates how many miles away from the airport the pilot must start the descentStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started