Continuing our discussion of exceptions we will work to understand various debugging and exception handling techniques.
Please respond to all of the following prompts:
-- Explain how to handle exceptions within a program, and provide an example using the Try...Catch statements
-- Why do we need exception handling?
-- What are some situations that would require a program to log an exception but to continue running?