Search:

Type: Posts; User: GregBrannon

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    2,028

    Re: 2D array input

    "(123) 456-7890" is a string of numbers that could be a phone number. "32" is a string of numbers that could be someone's age. It's pretty simple, really. I can't think of a reference to point you...
  2. Replies
    6
    Views
    2,028

    Re: 2D array input

    An array must contain the same data types. Do phone number and age have to be ints? If not, consider making all Strings. If they must be ints, you can convert back and forth from String to int (or...
  3. Replies
    6
    Views
    2,028

    Re: 2D array input

    I don't understand your question. What do you mean by conflict?

    Another way to look at "multi-dimensional" arrays is to think of them as "arrays of arrays." In this case, the required 1D array...
Results 1 to 3 of 3