A simple C program to convert temperatures between Celsius and Fahrenheit. This project is intended for beginner programmers and provides a straightforward example of basic temperature conversion algorithms.
This program allows users to:
- Convert temperatures from Fahrenheit to Celsius
- Convert temperatures from Celsius to Fahrenheit
It prompts the user to select the conversion type and then enter the temperature value to convert.
To get started with the Temperature Converter project, follow these steps:
- Clone the Repository:
Clone the repository to your local machine using Git:
git clone https://github.com/your-username/TemperatureConverter.git