Create an algorithm (and flowchart) to determine whether a given altitude [meter
ID: 646889 • Letter: C
Question
Create an algorithm (and flowchart) to determine whether a given altitude [meters] is in the troposphere, lower stratosphere, or the upper stratosphere. The algorithm should include a check to ensure the user entered a positive value. If a non-positive value is entered, the program should warn the user and terminate. In addition, your algorithm should calculate and report the resulting temperature in units of degree celsius[C] and pressure in units of kilopascals [kPa]. Refer to the atmosphere model provided by NASA: http://www.grc.nasa.gov/WWW/K-12/airplane/atmosmet.htmlCreate an algorithm (and flowchart) to determine whether a given altitude [meters] is in the troposphere, lower stratosphere, or the upper stratosphere. The algorithm should include a check to ensure the user entered a positive value. If a non-positive value is entered, the program should warn the user and terminate. In addition, your algorithm should calculate and report the resulting temperature in units of degree celsius[C] and pressure in units of kilopascals [kPa]. Refer to the atmosphere model provided by NASA: http://www.grc.nasa.gov/WWW/K-12/airplane/atmosmet.html
http://www.grc.nasa.gov/WWW/K-12/airplane/atmosmet.html
Explanation / Answer
Algorithm
1: Start
2: Input altitudeH // input in meters
3: If altitudeH<=0 Then
4: Print
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.