Question of the Week
1. Write an interactive program that a 6 year old can use to practice basic
multiplication and division tables. This program should repeatedly display
random questions corresponding to the elementary multiplication table --
multiplying two integers between 0 and 9 -- accepting the user responses
each time, and checking for correctness. A sample session follows:
$ drill.pl
Welcome to the math drill program. (Type 'q' to quit this program)
4 x 5 = ? 20
Correct!
21 / 7 = ? 2
Incorrect: 21 / 7 = 3
9 x 8 = ? q
$
Questions about the question? Send mail to Robert Katz: katz@cis.highline.ctc.edu
Last Update January 20, 2000