Search:

Type: Posts; User: begincode11

Search: Search took 0.08 seconds.

  1. Re: How do I do this code? please help with full code

    this is what i have for the question class

    public class Question
    {
    // Constant for the number of questions
    public final int NUM_ANSWERS = 10;

    // The trivia question
    private...
  2. How do I do this code? please help with full code

    Starting with Player 1, each player gets a turn answering 5 trivia questions (there are 10-questions, 5 for each player). When a question is displayed, four possible answers are also displayed. Only...
Results 1 to 2 of 2