previous
|
start
|
next
Self Check
What is the effect of the assignment
greeting2 = greeting
?
After calling
greeting2.toUpperCase()
, what are the contents of
greeting
and
greeting2
?
previous
|
start
|
next