A03

Due Date: Saturday, September 30
File(s) to be submitted: QuickATM.java
Sample Output: SampleOutput.html


SUBMIT   /   Check

Quick ATM Program (Branches)

Synopsis

Create a basic ATM simulation in Java to handle user authentication, balance view, deposit, withdrawal, and PIN change functionalities.

Operations: The program provides an interface for the user to:

The initial balance is set to $5000 and the default PIN is "0923". All amounts are integers, no fractions allowed.

Details

The programs prompts the user to select one the following menu options:

If a user types any other option, provide a message “Invalid choice” and exit.

Grading Scheme


SUBMIT   /   Check