1. How is exception-handling using try/except similar to and different from handling exceptional cases using ordinary decision structures (variations on if)?
2. Many companies pay time-and-a-half for any hours worked above 40 in a given week. Write a program to input the number of hours worked and the hourly rate and calculate the total wages for the week.