Hi all,
Just wondering if anyone could help. I'm writing a small mulichoice quiz progrmam but i can't seem to get an arraylist to hold my questions. I recieve
from the class that creates the arraylist to hold the questions. I can't seem to spot what i've done wrong.Code:( or [ expected
Regards,Code:import java.util.ArrayList; public class Quiz { public Quiz() { Questions = new ArrayList<String>(); } }




Reply With Quote