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 play some music? y/n ")
answerMusic = Console.ReadLine()
If answerMusic = "y" Then
Console.WriteLine("I am playing Ryhanna...")
Console.WriteLine("OK. No music then...")
Console.WriteLine("Do you want to make a phone call? y/n")
answerMusic = Console.ReadLine()
If answerMusic = "y" Then
Console.WriteLine("The phone is ready.")
Console.WriteLine("Im here if you need help")
Console.WriteLine("Are you in a good moog? y/n")
answerMusic = Console.ReadLine()
If answerMusic = "y" Then
Console.WriteLine("Im happy too")
Console.WriteLine("Im always there to listen")