Search:

Type: Posts; User: orbin

Search: Search took 0.08 seconds.

  1. Re: Unsorted Arrays having trouble controlling the array.

    Thanks once again. I managed to solve the problem by declaring it into my UnsortedArrayList class.



    public abstract class ArrayListClass{

    protected int length; //to store length of the list...
  2. Re: Unsorted Arrays having trouble controlling the array.

    Thank you for taking the time to write that out. That makes a lot of sense now that you brought it to my attention. I've never really created troubleshooting checkpoints unless it was something very...
  3. Re: Unsorted Arrays having trouble controlling the array.

    I got further into the program but now it's telling me I get an error about a specific line. I'm trying to generate 100 random numbers between 1 and 100 and put them into the ArrayListClass log. Then...
  4. Unsorted Arrays having trouble controlling the array.

    I have to create a couple methods from all these classes such as finding the lowest and largest numbers, sum of all the values in the list, and average. You can only add them to the UnsortedArrayList...
Results 1 to 4 of 4