Discuss About this Question.
enum color: int { red, green, blue = 5, cyan, magenta = 10, yellow } Console.Write( (int) color.green + ", " ); Console.Write( (int) color.yellow );
enum per { married, unmarried, divorced, spinster } per.married = 10; Console.WriteLine(per.unmarried);
To install on iPhone/iPad: tap Share → Add to Home Screen.
Discuss About this Question.