if (suit == 0) { // spades
name = "\u2660";
} else if ...
Look up online the unicode for the other suits.
increment/decrement operators
postfix/prefix modes flow charts while-loop (a pretest loop) for-loop (a pretest loop) unwinding and hand tracing do-while-loop (a posttest loop) nested loop break and continue statement |
Control variable, initialization, condition, update; loop body
sentinel value counter, running total sum & average: running totals, accumulator searching for matches infinite loop random numbers debuggers |