Overview
Lesson 1 of 10 in Coddy's Temperature Converter using C++ course.
In this project, you will build a temperature converter program using C++.
This program will allow you to effortlessly convert temperatures between Celsius, Fahrenheit, and Kelvin units. With a simple menu interface, you'll input the temperature you want to convert and select the desired conversion option. The program will then perform the conversion and display the result, making it easy for you to switch between temperature scales whenever needed. It's a practical tool that demonstrates basic arithmetic operations and user interaction in C++, perfect for mastering fundamental programming concepts.

In every lesson, you will add more and more code to your project. It's important that you do not delete your previous code and just add to it.
Let's dig in!
Try it yourself
This lesson doesn't include a code challenge.
All lessons in Temperature Converter using C++
1Introduction
Overview