Imports System
Public Module Module1
Public Sub Main()
dim age as integer
Console.WriteLine("Enter your age")
age = console.ReadLine()
if age >=22
console.WriteLine("You may drive a car bus or moped.")
Elseif age >=16 then
console.WriteLine("You may drive a car or moped.")
Elseif age =16 then
End Sub
End Module