It's time to nuke our code to the next level and learn all about EXCEPTION HANDLING!!!
We will be creating the following:
Base Scrooge Adventurer Program which will get a money bin amount, how much you withdraw, how many adventurers, and calculate the money per person. This will be used to teach EXCEPTIONS
In-Class: BASE CODE - Part A
You need to complete a fully user-proof program, which allows the user to enter a start amount, withdraw amount, and total users, and have it calculate the amount per person.
Now, we will look at specific examples of raising exceptions, and completing a program with lists and list exceptions!
Tasks:
We will be working on creating custom exceptions today, and putting that to use by creating a new program The McDuck Adventures!!
CH07.01 - BASE CODE (DUE TODAY)
The McDuck Adventures - This code will be due by the END of next class!
There are 3 parts, and you can use the code from last class as a starting point. You don't need to rewrite everything!!!
You should have already turned in the Scrooge Treasure Hunt. This will be graded and returned by beginning of next week!
CH07.01 - The McDuck Adventures
All Parts of this must be completed and user-proofed!