Skip to content

This is a simple command-line application written in C to convert temperatures between Celsius, Kelvin, Fahrenheit.

License

Notifications You must be signed in to change notification settings

silven-mohan/Temperature_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌡️ Temperature_Converter

CI


This is a simple command-line application written in C to convert temperatures between:

  • Celsius and Kelvin
  • Fahrenheit and Celsius
  • Kelvin and Fahrenheit

📋 Features

  • Clear menu-driven interface using switch-case
  • Accurate conversion formulas with precision up to 2 decimal places
  • Clears screen between steps for better user experience

🚀 How to Run

  1. Compile the code:
    gcc Temperature_Converter.c -o temp_converter
  2. Run the code:
    ./temp_converter

📃License

See included LICENSE file for more details.

Author:- Silven Mohan

About

This is a simple command-line application written in C to convert temperatures between Celsius, Kelvin, Fahrenheit.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages