A program for washing hands, then counting them and providing the score.
Wash.java
is the file that displays all washes in the command line.
Washh.java
is the file that is silent.
Edit the wantedShuffles
variable to how many games you want the simulation to play.
Run javac Wash.java
in a command line to compile it.
Run java Wash
in a command line to run it.
© Matthew Sung 2015-2016