Search:

Type: Posts; User: pbrockway2

Search: Search took 0.11 seconds.

  1. Re: Beginner Coding problem in a class taught by professor with limited English comprehension

    You are making it too complicated with that while loop and the fill() thing. Use a for loop. In fact it will be a for loop that looks a lot like the one at the end that you use to print the...
  2. Re: Beginner Coding problem in a class taught by professor with limited English comprehension

    Are you sure the array is supposed to contain 10,000 numbers?

    If so, and you didn't want any repeats, you wouldn't fill them with random numbers - you would fill them with the numbers 1->10,000...
Results 1 to 2 of 2