Execution of Assignment
Execution of an assignment statement stores a value in a variable
Syntax: <variable name> = <expression>
Examples:b = 2 + c; s = �Millett� + � � + yearHired;
Previous slide
Next slide
Back to first slide
View graphic version