Given the following decaration:
```
enum Tree { OAK, MAPLE, PINE };
What is the value of the following relational expression?
OAK > PINE
```
a. true
b. false
c. This is an error. You cannot compare enu-merators with relational operators.
b. false
Computer Science & Information Technology
You might also like to view...
A(n) ________ password contains a combination of uppercase and lowercase letters, numbers, and symbols
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What laser printer component supplies voltage to the primary corona or conditioning roller?
A) Fusing rollers B) High voltage power supply C) Drum D) Main motor
Computer Science & Information Technology