dim favoritetvshow as string
Console.WriteLine("Please enter your name")
console.WriteLine("What is your age?")
console.WriteLine("What is your favorite Tv show?")
favoritetvshow=console.ReadLine()
console.WriteLine(name & age)
console.WriteLine("likes watching" & favoritetvshow)