CS 101 Lecture 24 - Multi-Dimensional Arrays

Class Examples:

  1. Let's create a compound interest table:

    Click on CompoundInterestTable to show the example.

  2. Let's play Tic-Tac-Toe!

    Click on TicTacToe to show the example.

  3. Let's generate a Magic Square:

    Click on MagicSquares to show the example.

  4. Let's manipulate a digital image:

    Click on ImageEdit to show the example.