Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C language program with the given problem, also an example execution of the code is given: Problem: Given the temperature (degrees F) at

Write a C language program with the given problem, also an example execution of the code is given:

image text in transcribed

image text in transcribed

Problem: Given the temperature (degrees F) at a point above the surface of the Earth calculate the temperature (degrees C) at the base of each layer of the atmosphere as the object descends to the ground The rate of change in temperature (degrees C) per kilometer depends on the layer through which the object descends. A summary is provided below that describes the thickness of each layer and its rate of temperature change: Upper Bound (km) Temperature (C) Change Rate Per km Layer Troposphere Tropopause Lower Stratosphere 33 Upper Stratosphere48 Stratopause Lower Mesosphere 61 Middle Mesosphere 70 Upper Mesosphere Mesopause Lower Thermosphere 120 Upper Thermosphere 300 20 0.0 3.8 0.0 -2.2 -3.5 -2.5 0.0 1.9 3.7 51 82 92 Example Execution #2: Enter height of object (km) -> 75 Enter temperature (F) -> -30 Example #2 Explained: Here we start with an altitude that is 5 km abov layer. The temperature increases by 12.5 degrees C as the object descends to the base of the Upper Mesosphere. The temperature continues to increase during e the base of the Upper Mesosphere Height Starting Ending Change (km)Temp C Temp C Rate Initial Data: Upper Mesosphere: 75.00 70.00 34.4 34.4 -21.9 Middle Mesosphere 61.00 -21.9 9.6 3.500the descent through the Middle and 31.6 31.6 -25.4 -2.500 51.00 48.00 Upper Stratosphere: 33.00 Lower Stratosphere 20.00 10.00 0.00 Lower Mesosphere. Temperatures decrease as the object descends through the Upper and Lower Stratosphere. And Lower Mesosphere: Stratopause: 9.6 31.6 31.6 -2.200 +0.000 +3.800 4 +1.000 the final descent through the Troposphere Tropopause: Troposphere: 38.4 -38.4 +0.000 38.4 36.6 -7.500 is an increasing temperature until the surface of the Earth is reached

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions