Starting from:

$15

Sahendrin Commercial Bank solution

Sahendrin Commercial Bank updates its customers’ accounts atthe end of each month.
The bank offers two types of accounts: savings and current. Every customer must maintain a minimum balance, minimum balance for savings account is GHC 50.00 and current account is GHC 100.00. If a customer’s balance falls below the minimum balance, there is a service charge of GHC 10.00 for savings accounts and GHC 25.00 for current accounts.
If the balance at the end of the month is at least the minimum balance, the account receives interest as follows:
• Savings accounts receive 4% interest.
• Current accounts receive 5% interest.
Write a program that reads a customer’s account number (int type), account type, current balance. The program should then output the account number, account type, current balance, and an appropriate message.

More products