Search:

Type: Posts; User: Junky

Search: Search took 0.22 seconds.

  1. Replies
    5
    Views
    1,087

    Re: Confused on Arrays

    What type of parameter does the RandomizeArray method need? what type of parameter are you passing to the method? The error message the compiler gives you tells you exactly the problem.

    Also, why...
  2. Replies
    5
    Views
    1,087

    Re: Confused on Arrays

    Extending the pseudocode above.


    get array length
    make array
    loop array length {
    get user input
    store in array
    }
    randomize array
  3. Replies
    5
    Views
    1,087

    Re: Confused on Arrays

    That code is far from compiling. Please fix your errors.

    Are you asking how to get user input and enter it into array?


    loop array length {
    get user input
    store in array
    }
Results 1 to 3 of 3