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

Verified
Correct Answer:
Verified
Related Questions
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
Q53: A(n) _ is a data type you
Q55: You can use the assignment operator (=)
Q56: A string object's _ method returns true
Q57: The _ is a container that can
Q58: In programming terms, _ are a series
Q59: In C#, _ are enclosed in single