Search:

Type: Posts; User: Ipplayz343

Search: Search took 0.13 seconds.

  1. Re: Very new to Java, getting some syntax errors

    ill modify the main post to fix the confusions

    --- Update ---

    I have modified the main post, hopefully this should help
  2. Re: Very new to Java, getting some syntax errors

    errors in full:
    Identifier expected :15
    Cannot resolve symbol 'qAns' :21
    Unfortunately, my brainlet self didn't to archive older versions
  3. Re: Very new to Java, getting some syntax errors

    They are already outside, when moving the code from IntelliJ to here I messed up that, i should have detected that lol.
    So, when using normal lists, doing q[i].QAns wouldn't throw errors. The...
  4. Re: Very new to Java, getting some syntax errors

    Problem is that is the code. If this might help, I'm running IntelliJ
  5. Re: Very new to Java, getting some syntax errors

    So, QAns wasn't causing errors until converting the List to an ArrayList. Do you know what might have caused that?
  6. Very new to Java, getting some syntax errors

    Code for Main:


    1 import java.util.ArrayList;
    2 import java.util.Scanner;
    3
    4 public class Main {
    5
    6 public static void main(String[] args) {
    7 ArrayList<Trivia> Questions = new...
Results 1 to 6 of 6