Module Module1 Sub Main() Dim Age As Integer Age = InputBox("Enter age", 21) Console.WriteLine(Age) End Sub End Module