
John Wetherbee
1,467 Pointsfunct problem
Hello,
I cannot see what I'm doing wrong, I need help please.
Thank you in advance!
John
// Enter your code below
func temperatureInFahrenheit(temperature: Double) -> Double {
return temperatureInFahrenheit
}
2 Answers

Chris Stromberg
Pro Student 13,389 PointsCheck what your are returning in your function. It should not be temperatureInFahrenheit!

John Wetherbee
1,467 PointsThanks very much Chris!
Have a great night!
John

Chris Stromberg
Pro Student 13,389 PointsNo problem!