Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 741 Bytes

File metadata and controls

10 lines (8 loc) · 741 Bytes

Temperature-Conversion

.NET Core CI

Temperature Converter CLI

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.

Features

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.