This Rust program allows you to convert temperatures from Celsius to Fahrenheit with ease. Simply input the temperature in Celsius, and the program will calculate and display the equivalent temperature in Fahrenheit.
-
Clone the Repository:
git clone https://github.com/0xSaksham/Rust_Projects.git
-
Navigate to the Project:
cd Rust_Projects/temperature_convertor
-
Run the Program:
cargo run
-
Input Temperature:
- Enter the temperature in Celsius when prompted.
- The program will output the equivalent temperature in Fahrenheit.
- Rust: Utilize the Rust programming language for a straightforward and efficient temperature conversion.
Feel free to explore, contribute, or modify the program based on your preferences. If you encounter any issues or have suggestions for improvement, please don't hesitate to open an issue or contribute to the code.
Happy temperature converting! 🌡️