rand(2) randRange(10, 99) randRange(10, 99) []

\large{SMALL_FACTOR \times BIG_FACTOR = {?}} \large{BIG_FACTOR \times SMALL_FACTOR = {?}}

graph.multiplier = new Multiplier(BIG_FACTOR, SMALL_FACTOR); DUMMY = Array(graph.multiplier.getNumHints() - 1);
SMALL_FACTOR * BIG_FACTOR
graph.multiplier.show();
graph.multiplier.showHint();
graph.multiplier.showHint();

\large{SMALL_FACTOR \times BIG_FACTOR = SMALL_FACTOR * BIG_FACTOR}

\large{BIG_FACTOR \times SMALL_FACTOR = SMALL_FACTOR * BIG_FACTOR}