Question: Do in C++ Q1 Create a class which only works for absolute numbers, if it encounters any negative occurrence, then it throws an exception to
Do in C++
Q1
Create a class which only works for absolute numbers, if it encounters any negative occurrence, then it throws an exception to its handler and display errors.
Q2
Modify the above task, by creating an exception class with an error code and corresponding error message. Code and message should be thrown and displayed in catch block.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
