Question: ( 2 0 points ) Problem 3 ( Use input command, a while loop for error message and output command fprint? The speed of a
points Problem Use input command, a while loop for error message and output command fprint?
The speed of a sound wave is affected by the temperature of the air. At the speed of a sound wave is The speed increases by approximately for every degree in Celsius above ; this is a reasonably accurate approximation for degrees C So our equation for the speed in terms of a temperature is:
speed
Write a user defined function "soundtemp" that will prompt the user for a temperature in Celsius in the range from to inclusive and will calculate and print the speed of sound at that temperature. If the user enters a temperature in that range, or an error message if not. The format of the input and output messages are given below:
User prompt input
Enter a temp in the range to :
If user enter a number below or higher than then display the below error message
Error in temperature. Try a different number.
Display output
For a temperature of XX the speed is XX XX
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
