Add code where indicated to invoke deposit
to add 150.00 to account1. Then use the apply
keyword to invoke deposit
to add 75.00 to account2. Then use the call
keyword to invoke deposit
to add 10.00 to account3.Note that the following exercise is for drill only, i.e. we would normally not organize code this way.