Decision Statements (General)
How to compare data values?
How to alter the sequence of program execution based on the result?
If.. Else statements in non-event-driven programming
Logical operators (&&, || and ! ) and their use.
How to deal with multiple choices?