Dim name As String = "David"
Console.WriteLine("We share the same name!")
Console.WriteLine("That is a pretty cool name.")
Console.WriteLine("Invalid age.")
Console.WriteLine("You're an infant.")
Console.WriteLine("You're a toddler.")
Console.WriteLine("You're an adolecent.")
Console.WriteLine("You're a teenager.")
Console.WriteLine("You're an adult.")