Iteration

Most people prefer you post the code in the forums using code tags Using code tags properly

Chances are you don’t want a loop. You probably just want a variable to track what you should display, then display it, let the user pick, add one to the variable, then access your collection to display the next set or display your end message if the variable is == to the size of your collection.