Temperature Converter using C++
In this project, you will build a temperature converter program using C++. This project allows you to practice basic arithmetic and user input/output.
Syllabus
3 chapters10 lessons2 projectsIntroduction
1 lesson- 01Overview
Converters
Project6 lessons- 01Celsius to Fahrenheit
- 02Celsius to Kelvin
- 03Fahrenheit to Celsius
- 04Fahrenheit to Kelvin
- 05Kelvin to Celsius
- 06Kelvin to Fahrenheit
User Interface
Project3 lessons- 01Basic Output
- 02Inputs from User
- 03All together
More like this
Simple Character Counter using C++
In this project, you'll create a simple character counter program using C++.
- 5
- 1
Functions in C++: Building Your Own Functions
This course aims to challenge you by creating functions for different scenarios and use cases.
- 18
Currency Converter - Python Project
In this course, you will create a currency converter using Python that can convert amounts between different currencies.
- 5
- 1
Calculator project using Python
In this course you will create full working console calculator with python, step by step but also without giving you the code. In the end you will have your own code!
- 29
- 6
User Class - OOP Project
In this project, you will create a User Class and practice your object oriented programming skills in a programming language of your choice!
- 8
- 2