Search:

Type: Posts; User: Kewish

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    991

    Re: nested array loop

    You're welcome. Great work!

    Some Tips;

    Class files always start with a capital letter.

    Rather than set the value for the array size, could you maybe rewrite it so that you use either...
  2. Replies
    7
    Views
    991

    Re: nested array loop

    Don't apologise, being new is not something to be sorry for. Ask direct questions if you don't understand something. Did you google the 'Scanner Bug'

    That new piece of code will assign the name...
  3. Replies
    7
    Views
    991

    Try it --- Update --- Okay, I'm at a...

    Try it

    --- Update ---

    Okay, I'm at a computer now and not reading off my phone.

    There are two things wrong.

    name += names[index];
  4. Replies
    7
    Views
    991

    It will be the scanner bug (not really a bug). ...

    It will be the scanner bug (not really a bug). You can google it.

    After you read a number clear the buffer with;
    keyboard.next ();
Results 1 to 4 of 4