Dim answerMusic As String
Console.WriteLine("Hi, my name is Siri. What is your name?")
name = Console.ReadLine()
Console.WriteLine("Hello " & name & "!")
Console.WriteLine("Would you like me to sing a song? y/n ")
answerMusic = Console.ReadLine()
If answerMusic = "y" Then
Console.WriteLine("Im like yeah shes fine wonder when she'll be mine")
Console.WriteLine("OK. No singing then...")
Console.WriteLine("Do you like cats?")
answerMusic = Console.ReadLine()
If answerMusic = "yes" Then
Console.WriteLine("Omg!!YAAAAASSS! Cats are awesome")
Console.WriteLine("I know right! Hairballs and that. Yuck")
Console.WriteLine("What's your fav colour?")
answerMusic = Console.ReadLine()
If answerMusic = "blue" Then
Console.WriteLine("Omg! I love blue too we're like sisters!")
Console.WriteLine("Thats my fave colour too!!!!")