What is the fully-qualified name of the PINE enum constant?
Given the following declaration:
```
enum Tree ( OAK, MAPLE, PINE )
```
a. enum.PINE
b. PINE
c. Tree.PINE
d. enum.Tree.PINE
c. Tree.PINE
Computer Science & Information Technology
You might also like to view...
An appropriate example of the type of data that could be stored in a Short Text data type field is ________
A) salary B) name and addresses C) quantity D) customer ID
Computer Science & Information Technology
Where are data variables stored when a program is running?
What will be an ideal response?
Computer Science & Information Technology