Skip to content

akhand55/ATM-Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.

About

ATM interface in java and perform many function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages