File Account.java contains a definition
for a simple bank account class with methods to withdraw, deposit, get the balance
and account number, and print a summary. (This is very much like lab 1.) Save
it to your directory and study it to see how it works.
Suppose the bank wanted to keep track of the total number of deposits and
withdrawals (separately) for each day, and the total amount deposited and withdrawn.
Write code to do this as follows: