Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    1,361

    Re: Math.random() with no duplictaes

    Your list of steps for what the program needs to do leaves out saving the new number in the array.
    The number needs to be saved in the array so future checks of the array will find it.
  2. Replies
    3
    Views
    1,361

    Re: Math.random() with no duplictaes

    Can you explain how the program is supposed to recognize a duplicate? What are the steps the program should take to see if a number is a duplicate?


    for(int y=5;y>6;y++)
    Can you explain what...
Results 1 to 2 of 2