Search:

Type: Posts; User: Ludus

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,090

    Re: Confused on Arrays

    I have edited my code and dont understand why it doesnt work.



    import java.util.*;

    public class Shuffle
    {
    public static int[] RandomizeArray(int[] array){
    Random rgen = new Random();
  2. Replies
    5
    Views
    1,090

    Re: Confused on Arrays

    I have it to where it will compile now. I am just confused as to the syntax in being able to implement my RandomizeArray and the users input in the main. I know this is a simple task but Im new and...
  3. Replies
    5
    Views
    1,090

    Confused on Arrays

    I am trying to do a shuffle program where I randomize a group of numbers and print them out so none repeat. I have the randomization right just not sure how to implement a users input with an array....
Results 1 to 3 of 3