cs 405 module three exception handling activity
Prompt: This assignment presents code that needs to use exceptions to catch anomalies that could otherwise go unchecked. Use the existing source code to uncomment and finish the try-catch statements. The source code includes a stack-exception class that can be used to customize exceptions in the code. Include a brief written summary of the process you used, the issues you found, and how you corrected the issues. After you follow the instructions, you will only need to submit the stack.cpp source code file. The following critical elements should be addressed in your project submission: ï‚· Uncomment and fix the exception statements found in the code. ï‚· Follow the instructions and hints at the beginning of each file to fix the code to use the exceptions. ï‚· Utilize the stack-exception class to create custom exception statements. ï‚· Provide a summary of the debugging process that is thorough and systematic. Include specific types of bugs you found and the corrections you made.