Created
July 24, 2020 11:36
-
-
Save theboreddev/2e6c4a750cdc06e9b06891d71309c1ae to your computer and use it in GitHub Desktop.
age_range
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum AgeRange { | |
UNDER_TWENTY, | |
UNDER_THIRTY, | |
UNDER_FORTY, | |
UNDER_FIFTY, | |
FIFTY_OR_MORE | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment