Lab 2: Base Conversion

Students build a block to display a number in a specified base. The work begins in base 2 and extends to any base, and also involves converting back to base 10. While this problem can be solved using iteration, the recursive solution is more elegant.

Pacing

MARY: Is this up to date? --MF, 5/16/20
The 2 lab pages could be split across 1–2 days (45–90 minutes). Expected times to complete follow:

Lab Pages

Solutions