public class Bank
extends java.lang.Object
| Constructor | Description |
|---|---|
Bank() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
a main function that creates a single account with $100, allows users to withdraw repeatedly until entering 0
|