Project Shripad
Project Shripad
413255,Maharashtra(India)
M.C.A-1-sem-2020-21
o People can save and withdraw the money at any time by themselves
and reduce staff work through ATM banking.
Disadvantages:-
More time is consumed.
Proposed solution:-
The system customer transactions, satisfies the requirements of the
existing system in full-fledged manner. Through this system, customer
can make fast transactions and view the last transactions easily.
System Requirements:-
Hardware Requirements:-
Processor :- Intel Pentium 4 or Later or Compatible
Printer :- Any
Monitor :- SVGA Color Monitor (Touch Screen or Simple)
Pointing Device :- Touch Pad or Keys
Software Requirements:-
Operating System :- Microsoft Windows XP or Later or Equivalent
2.Transfer module:– This module lets users to transfer cash from one
account to another. The inputs are the password of the sender and
the receiver and the amount of money to be transferred.
3.Card transactions module:– This module has two sub-modules:
Change password and dept paying.
6.Standard Cash Module:– This module lets the user see the details of
his account like name, password and the amount left after the
standard deduction of a fixed amount.
7.Information Module:– This module lets the user see the remainder
amount in his account after a transaction.
while(true)
switch(choice)
case 1:
System.out.print("Enter money to be withdrawn:");
withdraw = sc.nextInt();
else
System.out.println("Insufficient Balance");
System.out.println("");
break;
case 2:
deposit = sc.nextInt();
System.out.println("");
break;
case 3:
System.out.println("Balance : "+balance);
System.out.println("");
break;
case 4:
Output:-
$ java ATM_Transaction
Balance : 3000
hfh
Reference Or Bilbliography:-
1. Rajaraman V, "Fundamentals of Computers"
4.Online Search