Skip to content

Instantly share code, notes, and snippets.

@bitsoda
bitsoda / ATM.java
Created November 30, 2011 22:04
Simple Console ATM
/**
* This program simulates a simple ATM environment.
* It is quite barebones, but functional.
* ATM supports deposits, withdrawals, transfers, and balance inquiries.
* ATM does not currently validate user input in this release.
* All currency is in USD $
* @version 0.1
*
*/