True/False
Assume the following declarations:
enum Days { Mon, Tue, Wed, Thur, Fri, Sat };
Days day1 = Days.Tue;
int n = 3;
The following Boolean expression is valid:
day1 < n
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q42: Look at the following code sample that
Q43: Because char variables can hold only one
Q44: The _ method returns the lowercase equivalent
Q45: The process of dividing a string into
Q46: When you declare an enumerated type, the
Q48: Enumerators and enum variables have a ToString
Q49: Structure objects are normally passed _ to
Q50: When you call a string object's Split
Q51: Look at the following code sample: enum
Q52: The _ methods return an integer value