previous
|
start
|
next
Answers
river.length()
or
"Mississippi".length()
System.out.println(greeting.toUpperCase());
It is not legal. The variable
river
has type
String
. The
println
method is not a method of the
String
class.
previous
|
start
|
next