The order we place the values matters, so we'll need to pass the highest temperature first with: showWeather(45, 32);.
showWeather(45, 32);