0 Comments
t = INT(INPUT(“Enter the times table you want to output:”))
FOR x = 1 TO 12
p = t * x
PRINT ( x + " × " + t + " = " + p)
NEXT x
9.4m questions
12.2m answers