P. 30
Multiplication Tables (up to 12 x 12)
10 PRINT
20 A = RND (12)
30 B = RND (12)
40 PRINT
50 PRINT A ; "*" ; B ; "= WHAT?"
60 INPUT C
70 IF C = A * B GOTO 120
80 CLS
90 PRINT "TRY AGAIN"
100 PRINT
110 GOTO 40
120 CLS
1 3 0
p r i n t
"
c o r r e c t
!!!"
140 GOTO 10
To Use
RUN and then enter the answer to the Multiplication Question
on the screen.