JPR-final-1
JPR-final-1
Group no. 23
Certificate
This is to certify that
Name Enrollment No Seat No
Sr. No Roll No
1 77 Om Hiralal Patil 23610960252 379425
2 80 Pushpak Gyanu Patil 23610960255 379428
3 81 Rohini Raosaheb Patil 26610960256 379429
4 83 Sachin Pravin Patil 23610960258 379431
5 84 Siddhi Avinash Patil 23610960259 379432
Place: Dhule
Date: / / 2025
Seal
Part A: Project Proposal
Title:- ATM Management System
1.0 Introduction:-
Resources Required:-
1. Hardware Any 1
Computer System
1. Rationale:-
Here’s the actual methodology for building a simple ATM using AWT components in
Java. This includes the step-by-step process, from setting up the GUI to implementing the
logic.
4. Actual Methodology Followed:-
Source Code:-
import java.util.Scanner;
int choice;
do {
System.out.println("\n--- Main Menu ---");
System.out.println("1. Check Balance");
System.out.println("2. Deposit");
System.out.println("3. Withdraw");
System.out.println("4. Exit");
System.out.print("Choose an option: ");
choice = scanner.nextInt();
switch (choice) {
case 1:
checkBalance();
break;
case 2:
deposit(scanner);
break;
case 3:
withdraw(scanner);
break;
case 4:
System.out.println("Thank you for using the ATM. Goodbye!");
break;
default:
System.out.println("Invalid option! Please try again.");
}
} while (choice != 4);
scanner.close();
}
8. Future Scope:-
1. www.greeksforgreeks.com
2. www.w3school.com
3. www.java.com
Evaluation Sheet for the Micro Project
Marks:
(A) Marks of Group (B) Marks of Individual (C)Total Marks(A+B)=10
work work
Marks:
(A) Marks of Group (B) Marks of Individual (C)Total Marks(A+B)=10
work work
Marks:
(A) Marks of Group (B) Marks of Individual (C)Total Marks(A+B)=10
work work
Marks:
(A) Marks of Group (B) Marks of Individual (C)Total Marks(A+B)=10
work work
Marks:
(A) Marks of Group (B) Marks of Individual (C)Total Marks(A+B)=10
work work