dim timestable as integer
dim another as char = "y"
console.writeline("Enter the timestable you want to know :")
timestable = console.readline()
console.writeline(i & " X " & timestable & " = " & i * timestable)
console.writeline("another go? Y or N")
another = console.readline()