Assignment statements provide a way to associate a name with a value
Variable = Expression
An Expression is evaluated and the it's value (reference to an object) is assigned to a Variable
Assignment statements provide a way to associate a name with a value
Variable = Expression
An Expression is evaluated and the it's value (reference to an object) is assigned to a Variable