previous | start | next

Answers

  1. river.length() or "Mississippi".length()
  2. System.out.println(greeting.toUpperCase());
  3. It is not legal. The variable river has type String. The println method is not a method of the String class.

previous | start | next