Question: Programming with Java: Write an application that: 1-reads data from 3 users; including the first name and last name, followed by the balance on two
Programming with Java:
Write an application that:
1-reads data from 3 users; including the first name and last name, followed by the balance on two separate accounts (Account name and Balance). All six entries should be read by the application as six separate inputs.
2- Compute the average balance for each user. and compute the average balance for all three users.
3- output the information for each individual user:
- output the first and last name separated by a comma; last name first.
- output each user account name and balance.
- output the user average balance
4- output the overall average balance for all users.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
