Search:

Type: Posts; User: prasaad242

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    805

    [SOLVED] Re: Need help with my Java assignment

    Oh my god you are an absolute godsend! Changed it to this and it worked! Thanks so much!



    ArrayList<Question> questions;
  2. Replies
    8
    Views
    805

    [SOLVED] Re: Need help with my Java assignment

    This is the code in Question.java:



    public class Question {
    int imageId;
    String questionText;
    String answer0;
    String answer1;
    String answer2;
  3. Replies
    8
    Views
    805

    [SOLVED] Re: Need help with my Java assignment

    Hi! Once again thanks for the quick reponse! I'm still abit lost. I tried changing it to this:



    public Question chooseNewQuestion() {
    int randomQuestion =...
  4. Replies
    8
    Views
    805

    [SOLVED] Re: Need help with my Java assignment

    Hi! Thanks for the response! Have edited my original post based on what you said. Sorry as this is my first time using a forum to ask for help. I'm just starting to learn code and appreciate your...
  5. Replies
    8
    Views
    805

    [SOLVED] Need help with my Java assignment

    Hi i am currently doing a course with codecademy for android app building. Part of it is coming up with the logic behind the game through java. However, i dont understand the instructions. it is a...
Results 1 to 5 of 5