Computer Project Synopsis
Computer Project Synopsis
TOPIC :
AUTOMATED
STUDENTS
TELLER:-
INVOLVED
MACHINE
SRINJOY GIRI
CERTIFICATE
Dated:-
ACKNOWLEDGMENT
` Srinjoy
Giri
Place: Kolkata
Date:
INPUT:
At first, importing a library as “sys”
Creating a class ATM
Defining a function self as the main method
starts
Initializing balance with a value of 100000
Using a while loop for if the balance amount
equals to 100000
Then using print statements for displaying the
following phrases:
1)Automated Teller Machine
2)Balance
3)Choose 1 for withdraw
4)Choose 2 for deposit
5)Choose 3 for check balance
6)Choose 4 for EXIT
Under the same while loop, taking choice as
an input for the user to choose the operation
they want to perform
If the user chooses to withdraw money, they
are asked to enter the amount of money they
want to withdraw
The ATM checks if the balance is sufficient for
the withdrawal.
WEBSITES:
www.google.co.in
www.mysql.org
www.geeksforgeeks.org
www.w3school.com
https://stackoverflow.com/
BOOKS:
Computer Science with Python-Class XI By
Sumita Arora
NCERT Computer Science Class XI
Developed using VS Code.