Saving & Checking Account A bank in your town updates its customers' accounts at the end of each month. The bank offers

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Saving & Checking Account A bank in your town updates its customers' accounts at the end of each month. The bank offers

Post by answerhappygod »

Saving Checking Account A Bank In Your Town Updates Its Customers Accounts At The End Of Each Month The Bank Offers 1
Saving Checking Account A Bank In Your Town Updates Its Customers Accounts At The End Of Each Month The Bank Offers 1 (79.24 KiB) Viewed 31 times
Saving & Checking Account A bank in your town updates its customers' accounts at the end of each month. The bank offers two types of accounts: savings and checking. Every customer must maintain a minimum balance. If a customer's balance falls below the minimum balance, there is a service charge of $10.00 for savings accounts and $25.00 for checking accounts. If the balance at the end of the month is at least the minimum balance, the account receives interest as follows: a) Savings accounts receive 4% interest. b) Checking accounts with balances of up to $5000 more than the mini- mum balance receive 3% interest; otherwise, the interest is 5%. Write a program that reads a customer's account number (int type), account type (char type; s or S for savings, c or C for checking), minimum balance that the account should maintain, and current balance. The program should then output the account number, account type, current balance, and new balance or an appropriate error message. Consider the followings: 1. Account number should be 5-digit number and you should validate the input. 2. Choose your own data to test and show if your program working properly. Files to submit: 1. (50 points) Summarize the problem and specify the input data and show your provisional sample output. (mp1_sum.docx) 2. (100 points) Write a documentation. (mp1_doc.docx) 3. (100 points) Your error free code (mp1.java) 4. (50 points) Creative output screenshot using your test data (mp1.png)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply