Search:

Type: Posts; User: jbenz

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    991

    Re: nested array loop

    GOT it thank you so much!
  2. Replies
    7
    Views
    991

    Re: nested array loop

    sorry i dont really get what you are trying to say. im new to java programming sorry.

    like this?



    for (int index=0;index<=4;index++)
    {
    System.out.println("enter name");
    ...
  3. Replies
    7
    Views
    991

    Re: nested array loop

    i dont get it

    do i put


    System.out.println("enter test score");
    scores[index][index2] = keyboard.nextInt();
    keyboard.next (); //<<<< like this??
  4. Replies
    7
    Views
    991

    nested array loop

    okay so i have this nested loop for an array.
    when i run it
    so i input the first name then the 5 scores but after the 5 scores it skips the second name and goes to the 5 scores again.
    I have a...
Results 1 to 4 of 4