Question: 1) Write the program that asks the user to enter a temperature value and prints the appropriate activity based on the following table: Temperature (F)

 1) Write the program that asks the user to enter atemperature value and prints the appropriate activity based on the following table:

1) Write the program that asks the user to enter a temperature value and prints the appropriate activity based on the following table: Temperature (F) 80 or above Between 60 and 80 Between 40 and 60 Less than 40 Activity Swimming Soccer Volleyball Skiing Note: the user will provide the temperature and the code will provide the Activity. 2) Write a program that asks the user to enter an integer number greater than 1 and prints the integers from the entered number to 1 backwards. Here is a sample run: Microsoft Visual Studio Debug Corsa Enter the number greater than 1: 17 17 16 15 14 13 12 11 10 9 18 3) Write a C program that will print a table of conversions from degrees Celsius to degrees Fahrenheit. The degrees Celsius conversion table has Celsius values from -50C to +50C with increment of 1C. T: 9 * TC +32 5 You output should have the following format: Microsoft Visual Studio Debug Console ==== | Celsius Fahrenheit|| -11 ||-50 -58.0|| ||-49 -56.2|| ||-48 -54.4|| -47 -52.6|| ||-46 -50.8|| -45 -49.0|| -44 -47.2|| |-43 -45.4|| ||-42 -43.6|| ||-41 -41.8|| | +44 +45 || +46 || +47 || +48 +49 ||+50 +111.2|| +113.0|| +114.8|| +116.611 +118.411 +120.2|| +122.0|| EEEEE

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!