Create these 2 classes:

BankAcct, and TestBankRunner

All money amounts are in cents to avoid decimal errors. So $1 = 100

Create a BankAcct class.

Create TestBankRunner that does the following: