Demonstrating Enums

master
sgoudham 4 years ago
parent dd0c3c73d1
commit 5af000a9ff
No known key found for this signature in database
GPG Key ID: EF51A29A50FB754C

@ -0,0 +1,6 @@
public enum MathOperation {
ADD,
SUBTRACT,
DIVIDE,
MULTIPLY
}
Loading…
Cancel
Save