Question Java>?

**ïâ??· Create a new class called Bank and in the main method use class Account (lab 4) to create an array of 10 accounts. ïâ??· Enter data for all accounts (account number,name, balance). ïâ??· Add method getTotal(Account a[ ]) that returns total of all balances. ïâ??· Add method addInterest(Account a[], double x) that deposit amount x to all accounts in array a.**

View Answers









Related Tutorials/Questions & Answers:
Advertisements