Write an alternative version of checkIndex called validIndex. It takes an integer parameter and returns a boolean result. It does not print anything, but returns true if the parameter’s value is a valid index for the current state of the collection and false otherwise. Test your method on the object bench with both valid and invalid parameters. Test the empty case too.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.