const celsius = (parseFloat(fahrenheit) * 9) / 5 + 32 const fahrenheit = ((parseFloat(celsius) - 32) * 5) / 9