Write the declaration of three String variables named win, place, and show.

LANGUAGE: JAVA

CHALLENGE:

Write the declaration of three String variables named win, place, and show.

SOLUTION:


String win;
String place;
String show;