Search:

Type: Posts; User: ohGOSHTash

Search: Search took 0.09 seconds.

  1. Re: Boolean Array and sorting elements within it

    That's what I'm now confused about. Is there no way to store the different types of fish in the boolean array?

    We're searching for certain types of fish. For example, I need to search the array to...
  2. Re: Boolean Array and sorting elements within it

    It's a given in the assignment. We have to use the boolean array. I'm aware it only stores True or False. What my professor wants us to do with that is use the boolean array to return True if the...
  3. Boolean Array and sorting elements within it

    If I have a boolean array that contains 30 elements (boolean[] fish), how do I go about isolating every 10 elements to use for something specific?

    Say there are 30 types of fish stored within the...
Results 1 to 3 of 3