Project Questions in Java
Project Questions in Java
There are five different classes in the project, namely, account holder, account, bank transaction, bank
and particular ATM of the bank. Start running the program, you will be prompted with user id and user
pin. If you entered successfully, then you unlock all the functionalities which typically exist in an ATM.
The operations you can perform in this project are show transactions history, withdraw, deposit, transfer
and quit.
3) Email Application:
In this email application, learner will be coding the simple email operations like set the mailbox
capacity, set the alternate email, change the password, etc. Here learner will be learning about how to
generate a random using Math.random function, how to use OOPs concepts like encapsulation.
Java Statements:
Scanner class is used to take user input.
String manipulation is used for displaying messages.
Variables are used to store and update the balance.
If/else statements are used to handle different options based on user input.
Loops are used to keep the application running until the user chooses to exit.
Break Statement is used to break the current flow of the program at specified
point.