Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,949

    [SOLVED] Re: Need Help Manipulating 2D Array

    I am glad it works. :)

    If this issue has been solved please mark the thread as solved. Ty
  2. Replies
    8
    Views
    1,949

    [SOLVED] Re: Need Help Manipulating 2D Array

    You understand an array of 5 elements would be numbered 0 1 2 3 4, right? The error says that you tried to access an element that does not exist. Either an index value of less than zero, or greater...
  3. Replies
    8
    Views
    1,949

    [SOLVED] Re: Need Help Manipulating 2D Array

    :confused:

    If we don't know what error you are getting, there is little advice we can offer. Please post your current version of the code and error messages with your question so that everything...
  4. Replies
    8
    Views
    1,949

    [SOLVED] Re: Need Help Manipulating 2D Array

    How would you fill one variable with a value from the user?

    How would you fill a single dimensional array with the word "FUN" for every element?

    How would you fill a two dimensional array with...
Results 1 to 4 of 4