Look at the following statement, which declares an enumerated data type:
enum Flower { ROSE, DAISY, PETUNIA }
a) What is the name of the data type?
b) What is the ordinal value for the enum constant ROSE ? For DAISY ? For PETUNIA ?
c) What is the fully qualifed name of the enum constant ROSE ? Of DAISY ? Of PETUNIA ?
d) Write a statement that declares a variable of this enumerated data type. The variable should be named flora . Initialize the variable with the PETUNIA constant.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.