Section 2.27 Expressions-WE9-P1
Subgoals for evaluating an assignment statement.
-
Determine resultant data type of expression
-
Update variable for pre operators based on side effect
-
Solve arithmetic equation, operator precedence
-
Is the Left Hand Side (LHS) of the assignment statement a variable? Check the data type of the value on right hand side (RHS) against data type of LHS variable.
-
Update variable for post operators based on side effect
Subsection 2.27.1
A truth tables shows all possible combinations of input values for a set of variables, and the corrsponding outputs.
The “Line #” column of the chart below corresponds to the following multiple choice questions. Complete this truth table by choosing “true” or “false” for each Line #.

Exercises Exercises
2.
3.
4.
5.
6.
7.
8.
You have attempted 1 of 3 activities on this page.