Search:

Type: Posts; User: mike2452

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,575

    Re: Help with arrays

    Hi Norm
    I need the array so i can assign each animal on the array a counter variable (incrementing) so i can store the data given by the user. I will then need to show a summary of data recorded e.g...
  2. Replies
    6
    Views
    1,575

    Re: Help with arrays

    Hi Norm
    I have built the array
    Scanner scanner = new Scanner(System.in);
    Animal[0] = 1;
    Animal[1] = 2;
    Animal[2] = 3;
    Animal[3] = 4;
    Animal[4] = 5;
    Animal[5] = 6;
    Animal[6] = 7;
  3. Replies
    6
    Views
    1,575

    Help with arrays

    Hi there
    I have a scenario where a wildlife observer is looking for animals in the wild. The observer must enter a number 1-8 depending on the animal he sees. he enters the numbers one at a time and...
Results 1 to 3 of 3