previous
|
start
|
next
Answers
No, the left-hand side of the
=
operator must be a variable
greeting = "Hello, Nina!";
Note that
String greeting = "Hello, Nina!";
is not the right answer–that statement defines a new variable
previous
|
start
|
next