Menu
Coddy logo textTech

Celsius to Fahrenheit

Lesson 2 of 10 in Coddy's Temperature Converter using C++ course.

Let's start!

challenge icon

Challenge

Easy

Create a function named celsiusToFahrenheit that gets a celsius value (float) and returns its conversion to fahrenheit (float).

The formula to convert from celcius to fahrenheit is:

Try it yourself

All lessons in Temperature Converter using C++