Question: write the program using the following conditions in the description below You must display the following menu to the user: Welcome To ATM System 1.

 write the program using the following conditions in the description below
You must display the following menu to the user: Welcome To ATMSystem 1. Open a new account with one of the costumer types

 

You must display the following menu to the user: Welcome To ATM System 1. Open a new account with one of the costumer types 2. Login 3. Exit from ATM System Enter Your Choice: According to customer type show all possible operations 1. Deposit 2. Withdraw 3. Balance 4. Exit to main menu Enter Your Choice: You must have the following in your program: (a) Abstract Customer contains balance, abstract withdraw method and two constructors. (b) Interface FreeDeposit AndInquiry contains void method deposit(double) and double getBalance(). (c) Interface Limited Deposit contains void method deposit(double) class (d) Class CusotmerOpenAcc: is a subclass from Customer implements the interface FreeDeposit AndInquiry. This class represents the customer that has an open account. (e) Class Cusotmer LimitedAcc: is a subclass from Customer implements the interface LimitedDeposit. This class represents the customer that has a limited account. (f) Class CusotmerStudentAcc: is a subclass from Customer. This class represents the customer that has a student account. (g) The program must provide a way for saving customer and account information and history in text file.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Here is a Java program for an ATM system with all of the conditions in the description import javaioBufferedReader import javaioBufferedWriter import ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!