Search:

Type: Posts; User: astro-one

Search: Search took 0.06 seconds.

  1. Replies
    11
    Views
    1,427

    Re: multidimentional array- names & gender.

    Hi Norm,

    This is the end result that I get with error message.

    multiname : Jack
    multiname : sally
    multiname : Dave
    multiname : Brian
    multiname : Sue
    Exception in thread "main"...
  2. Replies
    11
    Views
    1,427

    Re: multidimentional array- names & gender.

    Hi Norm,

    HUMMM!, Ok I will try to correct, understand some of your contents, and give it a try.

    Thanks,

    --- Update ---

    Hi Norm,
  3. Replies
    11
    Views
    1,427

    Re: multidimentional array- names & gender.

    Hi Norn,

    This is what I have so far , however, not working.

    public class Multiname
    {
    public static void main(String[] args)
    {
    //String[][] multiname;
    String [][]...
  4. Replies
    11
    Views
    1,427

    Re: multidimentional array- names & gender.

    Yes, I have done a simple array where I put in the name with gender however, I want to be able to input the names and have the program search and print out the names with their genders. So in the...
  5. Replies
    11
    Views
    1,427

    Re: multidimentional array- names & gender.

    Hello Norm,

    The names would be
    Jack,
    Sally,
    Dave,
    Brian,
    Sue,

    I want the small example program to be able to distinguish the two females and the three males by printing their names, their...
  6. Replies
    11
    Views
    1,427

    multidimentional array- names & gender.

    Hello Everyone,

    I just started java programming and I 'm having some road block in doing a simple multi-dimensional array. I want to build an array with five names two females and the rest male. I...
Results 1 to 6 of 6