Write the declaration of a String variable named title.
LANGUAGE: JAVA
CHALLENGE:
Write the declaration of a String variable named title.
SOLUTION:
String title = new String();
Write the declaration of a String variable named title.
String title = new String();