Given the class Account
, complete the function main4_account
that takes a list of Account
objects as a parameter, deposits 8% interest to each 'investment' or 'saving' account with a positive balance, and finally prints out each of those account holders and their current balance, as shown below. (Display each account balance with two decimal places.)