Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Assignment Objective Write a Java application with a class name of My Accounts, to collect and output information on the checking and savings information for three separate users

Assignment Objective Write a Java application with a class name of My Accounts, to collect and output information on the checking and savings information for three separate users

Computer Science

Assignment Objective Write a Java application with a class name of My Accounts, to collect and output information on the checking and savings information for three separate users. Task(s) Task 1: Write an application that reads data for three users, including the first name and last name, followed by the balances for a savings and checking account for a single Financial Institution. All six entries should be read by the application as six separate inputs. Task 2: Computer the total balance for each user. Task 3: Compute the average balance for each user. Task 4: Output the information for each individual user: Output the last name, then the first name, separated by a comma. Output each user account name and balance Output the user total balance Output the user average balance Output a rating based on the total balance If the total user balance is above $2,500, output "Awesome" If the total user balance is below $2,500 but above $1,000, output "Good Job" If the total user balance is below $1,000, output "Savings Needed" Task 5: Output the overall average balance for all users Notes: Do not use any loops or arrays. Use the Scanner class to input values. The output format should be readable. User ======== === === ========= === Smith, John Wilson, Sandra Adams, Grant Financial Institute Checking Savings Total verage Status ========= === Kinecta Federal S 432.78 $ 123.23 $ 556.01 $ 278.01 Savings Needed Wells Fargo $ 1234.76 $ 872.11 $ 2106.87 $ 1053.44 Good Job Bank of America $ 3287.14 $ 672.39 $ 3959.53 $ 1979.77 Awesome Average Balance for all 3 Users: $1103.75
 

Option 1

Low Cost Option
Download this past answer in few clicks

17.86 USD

PURCHASE SOLUTION

Already member?


Option 2

Custom new solution created by our subject matter experts

GET A QUOTE