A lightweight C# console application that converts temperatures between Celsius and Fahrenheit. This tool was built as part of a Wprogramming exercise to demonstrate input handling, mathematical methods, and string formatting.
Bidirectional Conversion: Convert from Celsius to Fahrenheit or vice versa. Formatted Output: Results are automatically rounded to two decimal places for readability. Interactive Menu: Simple numerical selection for a better user experience.