I'm new to this whole Greenfoot thing but I'm interested in creating an array list for all 10 of my questions for my quiz game.
How would I be able to do this efficiently?
Also, if I wanted to compare the player's inputed answer with the correct answer, would I have to create a new array list for the answers or could I merge these array lists together?

