previous
|
start
|
next
Assignment (Assignment Operator)
=
operator assigns the value of the expression on the
right
to the variable on the
left
.
total = pennies * 0.01; total = count * 0.05 + total;
Do not confuse the
assignment operation
with
algebraic equality
.
previous
|
start
|
next