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...

The Windows 10 contents list shows the file path to the current folder.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The Math class provides the ____ method to compute the absolute value of a number.

A. Abs(x) B. AbsVal(x) C. Absolute(x) D. AbsoluteValue(x)

Computer Science & Information Technology

Which of the following will correctly insert a sound in a page by using a hyperlink?

A) Hear a kitten purring. B) C) D) Hear a kitten purring.

Computer Science & Information Technology

In Excel the term worksheet and ________ mean the same thing

A) spreadsheet B) datasheet C) reference sheet D) workbook

Computer Science & Information Technology