Advertisement
Asteele920

Untitled

Jan 25th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2. *This removes all money from the machine.
  3. */
  4. Public void empty();
  5. {
  6.     Total = 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement