Define a class named Checked Array. The objects of this class are like regular arrays but have range checking. If a is an object of the class Checked Array and i is an illegal index, then use of a[i 1 will cause your program to throw an exception (an object) of the class Array Out Of Range Error. Defining the class Array Out Of Range Error is part of this project. Note that, among other things, your Checked Array class must have a suitable overloading of the [] operators, as discussed in Appendix 6.
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.