Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Solve my problem

  1. #1
    Junior Member
    Join Date
    Jan 2022
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Solve my problem

    Define a Question class, which stores a multiple-choice question having one correct answer.
    Each question has a complexity (difficulty) level.
    Use the Question class to define a Quiz class. A quiz can be composed of up to 10 questions.
    Define the add method of the Quiz class to add a question to a quiz.

  2. #2
    Junior Member
    Join Date
    Dec 2021
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Solve my problem

    Can you show us what you have done so far? Please share some of your code to get better support.

  3. #3
    Junior Member
    Join Date
    Dec 2021
    Location
    Netherlands
    Posts
    13
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Unhappy Re: Solve my problem

    Quote Originally Posted by Ethan_hunt View Post
    Define a Question class, which stores a multiple-choice question having one correct answer.
    Each question has a complexity (difficulty) level.
    Use the Question class to define a Quiz class. A quiz can be composed of up to 10 questions.
    Define the add method of the Quiz class to add a question to a quiz.
    An alternative title for this post could be "Do my work for me".

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Solve my problem

    I usually give the OP about a week, then move their post out of here.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. solve the problem
    By liz in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 6th, 2014, 05:29 AM
  2. please solve the problem
    By liz in forum Threads
    Replies: 1
    Last Post: February 6th, 2014, 05:27 AM
  3. please solve my problem
    By joy1604 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: July 8th, 2013, 08:34 PM
  4. help me to solve my problem
    By miszIna in forum Object Oriented Programming
    Replies: 3
    Last Post: February 14th, 2011, 09:40 AM
  5. Plz solve the problem
    By rasheedmgs in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: October 14th, 2010, 11:59 AM

Tags for this Thread