previous | start | next

Answers

  1. No, the left-hand side of the = operator must be a variable
  2. greeting = "Hello, Nina!";
    Note that
    String greeting = "Hello, Nina!";
    is not the right answer–that statement defines a new variable


previous | start | next