Search:

Type: Posts; User: oliminator

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,640

    Re: Need help merging arraylists and sorting

    A lot of that looks like foreign language to me and I was wondering if their was any way I could do it in just a quick for loop, as I posted shortly after you.
  2. Replies
    4
    Views
    2,640

    Re: Need help merging arraylists and sorting

    That is the code I have so far.
  3. Replies
    4
    Views
    2,640

    Re: Need help merging arraylists and sorting

    import java.util.*;
    import java.awt.*;

    public class ArrayListRandom
    {
    public static void main(String[] args)
    {
    //New ArrayLists to store the random integers
    ArrayList <Integer>...
  4. Replies
    4
    Views
    2,640

    Need help merging arraylists and sorting

    First time posting here and I'm looking for a little bit of help. Basically what I need to do is develop an algorithm and than code it.

    The situation is I need to create two array lists, one 30...
Results 1 to 4 of 4