Results 1 to 3 of 3

Thread: ( or [ expected

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    9

    ( or [ expected

    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

    Code:
    ( or [ expected
    from the class that creates the arraylist to hold the questions. I can't seem to spot what i've done wrong.


    Code:
    import java.util.ArrayList;
    
    public class Quiz
    {
        public Quiz()
        {   
            Questions = new ArrayList<String>();
        } 
    }
    Regards,
    Last edited by pthug; Nov 28th, 2005 at 04:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width