← Back

Code Challenge 1.4 - Celsius to Fahrenheit Calculator


Objective

Create a console application that converts a temperature from Celsius to Fahrenheit based on user input.

Skills to Practice

Challenge Tasks

If you want to use the degree symbol in your output, I’ve provided it here to copy and paste: °

Sample Output

--- Celsius to Fahrenheit Calculator ---
Enter the temperature in Celsius: 62 [Enter]
62°C is equal to 143.6°F