In this final project, participants will create a simple ATM simulator with a starting balance of one million dollars. Users can check their balance, deposit funds, withdraw funds, or exit the program. A continuous loop presents these options until 'exit' is selected. The simulator ensures valid amounts for deposits and withdrawals, verifying sufficient funds for withdrawals. This project consolidates learning by demonstrating conditional logic, loop control, and basic arithmetic operations.