Search:

Type: Posts; User: jgc1

Search: Search took 0.11 seconds.

  1. Thread: Learning Java

    by jgc1
    Replies
    7
    Views
    1,592

    Re: Learning Java

    The first method just gives a list of numbers (0 to 9). I am trying to take that list output and use the second method to convert the list to an array. Then I can work with each element of the...
  2. Thread: Learning Java

    by jgc1
    Replies
    7
    Views
    1,592

    Re: Learning Java

    Thanks. JavaPF's code example worked. My goal of the program is the take the list of numbers (zero to 9) and put them into an array of numbers.
  3. Thread: Learning Java

    by jgc1
    Replies
    7
    Views
    1,592

    Learning Java

    I am trying to use two methods in one program class. The first one works to give a simple list of numbers from a "for loop." I want to have the second method take those list of numbers and convert...
Results 1 to 3 of 3