The identifiers Vanilla, Strawberry, and Chocolate, which appear inside the braces, are known as ____________.

Look at the following code sample:

```
enum Flavor { Vanilla, Strawberry, Chocolate }


```

a. constants
b. references
c. mnemonics
d. enumerators


d. enumerators

Computer Science & Information Technology

You might also like to view...

Convert the binary number 1010110001010111 to hexadecimal, showing any work.

1 0 1 01 1 0 00 1 0 10 1 1 1

Computer Science & Information Technology

To set the page size and orientation for page size 8.5 X 14 with landscape orientation, the style property would be ____.

A. size: 14in  8.5in landscape; B. size: 8.5in 11in landscape; C. size: 11in 8in landscape; D. size: 8.5in 14in landscape;

Computer Science & Information Technology

________ can run mobile-style apps in the area known as the Start screen, while running traditional software in the more familiar desktop.

A. Windows 8 B. Windows 7 C. OS X Mountain Lion D. OS X Mavericks

Computer Science & Information Technology

When the user selects an item in a List Box, the item is stored in the List Box’s ____________ property.

a. Checked b. Selected Value c. Data Selection d. Selected Item

Computer Science & Information Technology