The variable flower
Write C++ statements that do the following: (1, 2, 3, 4, 5) a. Define an enum type, flowerType, with the values ROSE, DAISY, CARNATION, FREESIA, GARDENIA, ALLIUM, TULIP, IRIS, SUNFLOWER, LILAC, and ORCHID. b. Declare a variable flower of the type flowerType. c. Assign TULIP to the variable flower. d. Use part c, to assign […]
The variable flower Read More »