console.writeline("What time table do you want to know")
choice1 = console.readline()
console.writeline("Up to what number?")
choice2 = console.readline()
for first as integer = 1 to choice2
console.writeline("{0} x {1} = {2}", choice1, first, number)