#ifndef TEMP_H
#define TEMP_H
float farenheitToCelsius(float farenheit);
float celsiusToFarenheit(float celsius);
#endif