wbmattis2 / lua-temperature-converter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Lua 100.0%