I have an assignment for school and I am new to programming. For the assignment I need to make a survey with at least 4 choices that uses 2 arrays. It must be done in a console application. How do I make it loop and count/store the responses until the user enters "N" at strAnswer=Conso le.readline? Where/what loop would I use?

[code=vbnet]
Module Module1

Sub Main()
Dim strAnswer...