Skip to content

Commit ac6f00f

Browse files
committed
adding coin enum I missed
1 parent 1285749 commit ac6f00f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vending/Coin.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
public enum Coin {
3+
QUARTER, DIME, NICKEL, PENNY;
4+
}

0 commit comments

Comments
 (0)