Search:

Type: Posts; User: Bascotie

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,901

    Re: Filling an Array?

    I ended up using this guys with some help from a tutor:


    public String[] getMenuDescriptions(){
    String menuDescription[] = new String[menuItems.length];


    for (int i = 0 ; i <...
  2. Replies
    5
    Views
    1,901

    Re: Filling an Array?

    I've solved this with some help using a for loop thanks guys.
  3. Replies
    5
    Views
    1,901

    Re: Filling an Array?

    Hmm well I wasn't sure if the code I added (with the //add comments) is correct are not. Someone was saying I should use a loop?
  4. Replies
    5
    Views
    1,901

    Filling an Array?

    Hey guys,

    I've come from another thread in hopes that someone can explain whether this is correct or not more simply (to get it through my java newbie brain without being too complicated for a...
Results 1 to 4 of 4