Exercise:

The switch statement is missing a case for "Apple". Add it, and set text to "How you like them apples?"

Hint: Do not forget the colon after the case, and end it with a break; statement.

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com