The reading and homework for this week can be found here: Lab 4: Loops
For practice, check out the WileyPlus Chapter 4 Flash Cards!
while-loop
for-loop
unwinding and hand tracing
do-while-loop
nested loop
break StatementLoop variable, initialization, condition, update; loop body
sentinel value
pseudorandom number
counter, running total
accumulator
Monte Carlo Method
if (suit == 0) { // spades
name = "\u2660";
} else if ...
Look up online the unicode for the other suits.