Programming Logic and Design

Programming languages employ assignment statements. Though these statements resemble a mathematical equation, they are quite different. The part of the statement to the right of the equal sign is evaluated first. Its “outcome” is then assigned to what appears to the left of the equal sign. ................
................