Console.WriteLine("Hi, my name is Siri. What is your name?")
name = Console.ReadLine()
For index As Integer = 1 To howMany
Console.WriteLine("Hello " & name & "!")
Console.WriteLine("Whats your favourite colour?")
name = Console.ReadLine("Blue")
For index As Integer = 1 To howMany
Console.WriteLine("Blue!")
Console.WriteLine("What did you do to be given a warning from your teacher?")
name = Console.ReadLine("Because i was talking.")
For index As Integer = 1 To howMany
Console.WriteLine("I must not talk in class.")
Console.WriteLine("Extension for experts!")
Dim bottles As Integer = 10
Console.WriteLine(bottles & " green bottles sitting on the wall, " & bottles & " green bottles sitting on the wall,")
Console.WriteLine("what should you write here? [ " & bottles & " ] ")