Description: The Java code as a basic operation simulation of ATM, which strengthen the function of basic registration and login to implement without card different operations. Run the helloatm test class operation can be realized. Basic features:
1. The card number for the system specified, without their Settings, you need to input the user name and password.
2. If the wrong password to lose three times the system will automatically quit.
3. Support different and query function.
Suitable for beginners, the code can not resist the illegal input, interested friends can improve our code, against illegal input.
thank you Support the original.
To Search:
File list (Check if you may need any files):
ATMProject
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\bin
..........\...\com
..........\...\...\test
..........\...\...\....\yanghao
..........\...\...\....\.......\Account.class
..........\...\...\....\.......\ATMtools.class
..........\...\...\....\.......\Customer.class
..........\...\...\....\.......\HelloATM.class
..........\src
..........\...\com
..........\...\...\test
..........\...\...\....\yanghao
..........\...\...\....\.......\Account.java
..........\...\...\....\.......\ATMtools.java
..........\...\...\....\.......\Customer.java
..........\...\...\....\.......\HelloATM.java