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. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|