Day 35 Recap Questions
  1. What is the difference between an unscoped and a scoped enum?
  2. Why do we use exceptions?
  3. What keyword is used to generate an exception? What keyword indicates that the block of code may generate an exception? What keyword indicates what should be done in the case of an exception?
  4. In the case of multiple matching catch blocks, which one catches the exception?
  5. How do you get the message associated with an exception?