Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Solution: Charging Fines to Patrons

Solution for Library Class Constructor Method

With our initial plan of attack evolving even further, we needed to add a new property to the Library class constructor method called dailyFine. This property holds a numerical value that represents the amount of money, in dollars, to be charged to each Patron for every day their checked out book is overdue. $0.10 was the value chosen for t...