Search:

Type: Posts; User: jonathanfox

Search: Search took 0.06 seconds.

  1. Replies
    11
    Views
    2,078

    Re: Help im a java noob!

    hey left it a day and came to it and finally solved it thanks guys :D
  2. Replies
    11
    Views
    2,078

    Re: Help im a java noob!

    ive been thinking about this and i think i know a way, but is a function the same as a method? could i return a method ? or do i sound really stupid haha
  3. Replies
    11
    Views
    2,078

    Re: Help im a java noob!

    i know i should return the second list aswell put im not sure how to theres a lot of small things in java i have to learn
  4. Replies
    11
    Views
    2,078

    Re: Help im a java noob!

    import java.util.ArrayList;
    public class Split
    {
    private ArrayList<Integer> numbers;

    public Split()
    {
    numbers = new ArrayList<Integer>();
    numbers.add(1);
    numbers.add(5);
  5. Replies
    11
    Views
    2,078

    Re: Help im a java noob!

    o ya sry stupid mistake, but how do i split the list in two? id say ill hav to make another two lists?
  6. Replies
    11
    Views
    2,078

    Help im a java noob!

    Hey everyone im stuck on a java problem and i could use some help

    public class Split
    {
    private ArrayList<Integer> numbers;

    public Split()
    {
    numbers = new ArrayList<Integer>();...
Results 1 to 6 of 6