What will the following code segment display?
```
enum Season {Spring, Summer, Fall, Winter} favoriteSeason;
favoriteSeason = Summer;
cout << favoriteSeason;
```
A) 1
Computer Science & Information Technology
You might also like to view...
To create a query based on two tables, the two tables must share a common ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
You can use artistic ________ to change the appearance of a picture so that it looks like it was created with a marker, as a pencil sketch or watercolor painting
A) effects B) softening C) tones D) contrasts
Computer Science & Information Technology