Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
public
class
ATMCaseStudy
{
public
static
void
main
(
String
[
]
args
)
{
ATM theATM
=
new
ATM
(
)
;
theATM.
run
(
)
;
}
}