Remember to review questions starting on p. 342.
increment/decrement operators
postfix/prefix modes
while-loop (a pretest loop)
for-loop (a pretest loop)
unwinding and hand tracing
do-while-loop (a posttest loop)
nested loop
break statementControl variable, initialization, condition, update; loop body
sentinel value
counter, running total
running totals, accumulator
infinite loop
Monte Carlo Method
if (suit == 0) { // spades
name = "\u2660";
} else if ...
Look up online the unicode for the other suits.