• Create an object for your Account, which is a "Saving" account
• For this object, you must call these methods in the following order:
• getBalance()
• deposit(50)
• getBalance()
• deposit(100)
• getBalance()
• withdraw(200)
• deposit(100)
• getBalance()