(Modify Rational class) Section, “Overloading the Subscript Operator [] ,” introduced how to overload the subscript operator [] in the Rational class. If the subscript is neither 0 nor 1 , the function throws a runtime_error exception. Define a custom exception called IllegalSubscriptException and let the function operator throw an IllegalSubscriptException if the subscript is neither 0 nor 1. Write a test program with a try-catch block to handle this type of exception.
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.