Question: Consider a bank named ICIC. Create some customers (minimum four) of that bank. Each customer has a name, a unique account_no, an account_type which is
Consider a bank named ICIC. Create some customers (minimum four) of that bank. Each customer has a name, a unique account_no, an account_type which is either a current account or savings account, and has some amount. Write a java program implementing the above scenario to display all of the customers details and also write a static display method to show the total amount the bank possesses in the same code.Implement Above Scenerio Using Object oriented Programing in JAVA
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
