Library Management System
Library Management System
(POLYTECHNIC)
Guided by
Miss. Dhole. S. D
CERTIFICATE
THIS IS TO CERTIFY THAT STUDENTS OF COMPUTER ENGINEERING HAVE
SUCCSESSFULLY COMPLETED THEIR TEAM WORK “ATM MANAGEMENT SYSTEM” IN
PRACTICAL FULLFILMENT OF THE DIPLOMA IN COMPUTER ENGINEERING AS LAID DOWN
IN ACADEMIC YEAR 2024-2025.
Principal
Place :Talsande
Date :
3
INDEX
1 Introduction
2 Requirement
3 Code
4 Output
5 Conclusion
6 Reference
4
1.INTRODUCTION
2.REQUIREMENT
1.Computer System
Specification : - Any Desktop
Quantity :- 1
2.Operating System
Specification :- Windows
Quantity :- 1
3.Software
Quantity :- 1
6
3.CODE
// C++ program to implement the ATM
// Management System
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std;
class Bank {
// Public variables
public:
// Function to set the person's data
void setvalue()
{
cout << "Enter name\n";
cin.ignore();
// Driver Code
int main()
{
// Object of class
Bank b;
int choice;
case 6:
exit(1);
break;
default:
cout << "\nInvalid choice\n";
}
}
}
9
4.OUTpUT:
• For Choice 1:
10
• For Choice 2:
• For Choice 3:
• For Choice 4:
11
5.CONClUsION
6.REfRENCE