'a(0) = "please type again"
' Console.WriteLine("input a number etween 1 to 7 ")
' choice = Console.ReadLine()
' If choice = "0" Then Console.WriteLine(a(0))
' If choice = "1" Then Console.WriteLine(a(1))
' If choice = "2" Then Console.WriteLine(a(2))
' If choice = "3" Then Console.WriteLine(a(3))
' If choice = "4" Then Console.WriteLine(a(4))
' If choice = "5" Then Console.WriteLine(a(5))
' If choice = "6" Then Console.WriteLine(a(6))
' If choice = "7" Then Console.WriteLine(a(7))
'Console.WriteLine("type in a number")
'Console.WriteLine("type in a other number")
'Console.WriteLine(a To b)