Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

Exercise:

The switch statement is missing a default case. Add it at the bottom of the switch statement, and set text to "I have never heard of that fruit."

Hint: Do not forget the colon after the default keyword.