QUESTION 2 Fruit is an enumerated type with values apple, banana, grape, and orange, in that order. Which of the following statements assigns the value orange to the Fruit variable snack? a. snack = Fruit.orange; b. Fruit.snack = orange; c. snack = orange; d. snack = Fruit(4);