I am having a real hard time manipulating enumerations. What I am trying to do is make a guessing game that has a state's name in the enumeration block. The user types in a state, and the program needs to tell them if they guessed the right one. Each state is represented as a number since it's enumerated and I have the program randomly guessing numbers. I am lost on how to manipulate the enumerated data in collaberating with the random numbers that the program is using.
I hope my explanation wasn't confusing.
Any ideas would be appreciated. Thank you.



LinkBack URL
About LinkBacks


