Math Flasher: Multiplication

Date: 198x
Type: Program
Platform(s): TS 1000

Appears on

Assembled by Tim Ward from many sources. Contains programs 10051 – 10121.

Gallery

Math Flasher: Multiplication

Source Code

   5 REM %M%A%T%H% %F%L%A%S%H%E%R% %3% %M%U%L%T
  10 PRINT "MULTIPLICATION"
  20 FOR L=1 TO 14
  30 PRINT "*";
  40 NEXT L
  50 PRINT 
  60 PRINT 
 100 LET P=INT (10*RND)
 110 LET Q=INT (10*RND)
 200 PRINT "MULTIPLY ";P;" TIMES ";Q
 210 INPUT R
 300 IF R=P*Q THEN GOTO 400
 310 PRINT "%W%R%O%N%G"
 320 GOTO 410
 400 PRINT "%C%O%R%R%E%C%T"
 410 PRINT P;" TIMES ";Q;" = ";P*Q
 500 PRINT 
 510 PRINT 
 520 GOTO 10
 600 SAVE "1006%0"
 700 RUN 

People

No people associated with this content.

Scroll to Top