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 = new String(); String place = new String(); String show = new String();