/PRODIGY_SD_01

This program helps one freely convert a given unit temperature to the other two.

Primary LanguagePython

PRODIGY_SD_01

Overview

The Temperature Converter is a simple and user-friendly program designed to help you easily convert temperatures between Celsius, Fahrenheit, and Kelvin. The program features six main functions: converting Celsius to Fahrenheit, Celsius to Kelvin, Fahrenheit to Celsius, Fahrenheit to Kelvin, Kelvin to Celsius, and Kelvin to Fahrenheit.

When you run the program, you'll be prompted to enter a temperature value, followed by a choice of unit: you can select 1 for Celsius, 2 for Fahrenheit, or 3 for Kelvin. Based on your selection, the program will perform the appropriate conversions and display the results, making it quick and straightforward to understand temperature differences.