← Back

Code Challenge 4 - Celsius to Fahrenheit Calculator


Introduction

This is America (the greatest country on Earth), and we use Fahrenheit for temperature values. Celsius is okay though. This program will help you convert temperature values from Celsius to Fahrneheit.

Skills to Practice

Challenge Tasks

  1. Create a console project named CodeChallenge4CToF.
  2. Complete the folowing tasks:
    1. Prompt the user to enter a value to represent Celsius.
    2. Convert the Celsius value to Fahrenheit. If you don’t know the math formula, search it!
    3. Output a message to display the Celsius value and the equivalent Fahrenheit value.

If you want to be awesome, use the degree symbol in your output. Copy and paste this: °

Sample Output