Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Project 02: Temperature Converter

Objective

CLI program to convert temperatures between:

  • Celsius ↔ Fahrenheit
  • Celsius ↔ Kelvin
  • Fahrenheit ↔ Kelvin

Concepts Used

  • Functions
  • Input/Output
  • Control Flow