1. Declare Bank class with below attributes:
a. Balance – float
Write below methods in this class.
DepositMoney(depostAmount) // adds amount to balance
WithdrawMoney(withdrawAmount) // subtracts...