Question: #### Homework Assignment 2 : Temperature Conversion Tool * * Scenario: * * You are building a weather app that converts a temperature. * *
#### Homework Assignment : Temperature Conversion Tool
Scenario: You are building a weather app that converts a temperature.
Task: Create a tool that:
Prompts the user to enter a temperatures in Celsius.
Converts the temperature to Fahrenheit.
Categorizes the temperature as Freezingdeg FColddeg FWarmdeg F or Hotdeg F
Displays the result.
# Example Output
Enter temperatures in Celsius:
deg C: deg F Freezing
# Example Output
Enter temperatures in Celsius:
deg C: deg F Cold
# Example Output
Enter temperatures in Celsius:
deg C: deg F Warm
# Example Output
Enter temperatures in Celsius:
deg C: deg F Hot
In Python
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
