/lua-temperature-converter

Temperature conversion functions written in Lua to specifications provided in a Codecademy project

Primary LanguageLua

lua-temperature-converter

Temperature conversion functions written by Benny Mattis in Lua to specifications provided in a Codecademy project.

How to Use

Call convertTemperature() with degrees Fahrenheit as your second argument and the desired temperature unit ("Celsius" or "Kelvin") as your first argument.

Purpose

To demonstrate coding ability in Lua with functions and control flow.