+ 3
What's the problem you're having?
Also you converted a string to a string for some reason in the last line.
If you wanted to grab the name of the value in the enum you can do something like this:
string word = Enum.GetName(typeof(numberMeaning), favoriteNumber);



