Question: 2. Write C++ statements that do the following: (1, 2, 3, 4, 5) Define an enum type, flowerType, with the values ROSE, DAISY, CARNATION,

2. Write C++ statements that do the following: (1, 2, 3, 4, 5) Define an enum type, flowerType, with the values ROSE, DAISY, CARNATION, FREESIA, GARDENIA, ALLIUM, TULIP, IRIS, SUNFLOWER, LILAC, and ORCHID. a. b. Declare a variable flower of the type lowerType. alds ni bod Exercise Assign TULIP to the variable flower. s softed d. Use part c, to assign IRIS to flower. TORR e Decrement flower to the previous value in the list. f Output the value of the variable flower. g. Input value in the variable flower.
Step by Step Solution
3.41 Rating (151 Votes )
There are 3 Steps involved in it
Solution adefine an enum type flowerType enum ... View full answer
Get step-by-step solutions from verified subject matter experts
