CS202 Java-111
l     Variable  =  Expression;
l
lFirst, Expression on right is evaluated.
l
lThen the resulting value is stored in the memory location of Variable on left.
l
lNOTE:  The value assigned to Variable must be of the same type as Variable.
Assignment Statement Syntax