Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.43 KB

File metadata and controls

39 lines (22 loc) · 1.43 KB

ATM-interface

This is a basic software that illustrates how an ATM operates. Java is used to write this code. It does things like register, log in, withdraw, check account balance, and deposit history.


Login Form


A login is a set of credentials used to authenticate a user. Most often, these consist of a username and password to find out right user. Also here I have set the login notification which will notify individually to the user whether he has given wrong password or wrong username. If one is wrong he will not be able to enter. And here has the user role that needs to be fixed.


Registration Form


A registration form is a list of fields that a user will input data into and submit to an individual. Most often, these consist of users basic information which will help to identify proper user. If one fields there blank instantly this system inform you so that you can not blank any fields.


### There are mainly eight portion in this System following :-


 Login Form.

 Registration Form.

 Withdraw

 Deposit

 Transfer

 Check Balance

 Transaction History

 Exit

This is an simple program which gives idea that how ATM works.