Question: C# programming Create an Enum containing a collection of 10 different colors. Use a foreach loop to take each color's name out of that Enum
C# programming
Create an Enum containing a collection of 10 different colors. Use a foreach loop to take each color's name out of that Enum and put it into an array of strings. Finally, print out the strings in that array in reverse alphabetic order. Do not add other namespaces to your program besides the System namespace. Don't use Collections or LINQ or anything else that we haven't discussed directly in class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
