Returns the current balance of the account.
Examples
account <- BankAccount("ACC123", "John Doe", 1000)
balance <- get_balance(account)
Returns the current balance of the account.
account <- BankAccount("ACC123", "John Doe", 1000)
balance <- get_balance(account)