CS 130A → Lab 7 Source code

Multiplication Table

Click a button below to generate a square multiplication table of the size indicated as well as a multi-dimensional array of the results.

$result Array

Array
(
    [0] => Array
        (
            [0] => 1
            [1] => 0
        )

)