Today's C# Quiz
Quiz
What is the correct statement for the following C# example?
Region.Seattle is 100
Region.LA value is unknown since it is not defined
If i is changed to const int i, no error occurs
The value of i should be changed to 1, so that it is less thanNewYork (2)