That's not correct.
I'll give you everything except the last line.
pronounce :: Int -> String
pronounce 0 = "zero"
<--- last line ----->
*hint* you need to rename your original pronounce function that pronounces every other number to something else so that the function to display zero...