Skip to content

This C++ program provides a simple way to convert temperatures between Celsius and Fahrenheit. It features an intuitive command-line interface that allows users to select the type of conversion and enter the temperature they wish to convert. The program then calculates and displays the converted temperature.

Notifications You must be signed in to change notification settings

Mubeen-Channa/Temperature-Convertor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Temperature Converter in C++

This C++ program converts temperatures between Celsius and Fahrenheit. It provides a simple command-line interface for users to choose the type of conversion they want and enter the temperature. The program then performs the conversion and displays the result.

How to Use

Run the program.

  1. Enter C or c to convert Celsius to Fahrenheit, or F or f to convert Fahrenheit to Celsius.
  2. Enter the temperature value.
  3. The program will display the converted temperature.
  4. Choose whether to convert another temperature.

Feel free to suggest any improvements or contribute to the project!

About

This C++ program provides a simple way to convert temperatures between Celsius and Fahrenheit. It features an intuitive command-line interface that allows users to select the type of conversion and enter the temperature they wish to convert. The program then calculates and displays the converted temperature.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages