Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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.