previous
|
start
|
next
The Assignment Operator
Assignment operator: =
Not used as a statement about equality
Used to change the value of a variable
int luckyNumber = 13;
luckyNumber = 12;
previous
|
start
|
next