Write a declaration for an enumerated type that represents the days of the week.
What will be an ideal response?
```
enum Days {sunday, monday, tuesday, wednesday, thursday, friday, saturday}
```
Computer Science & Information Technology
You might also like to view...
In the Trust Center, the default option in the Macro Settings is to ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is a type of productivity software?
A. a database application B. an antivirus program C. a device driver D. a player
Computer Science & Information Technology