Imports System
Public Module Module1
Public Sub Main()
dim an aS integer
For i = 1 to 2
Console.WriteLine("Input random number", i)
an = conSole.ReadLine()
next i
console.WriteLine("well done")
End Sub
End Module