Question: Write C++ statements that do the following: a. Define an enum type, bookType, with the values MATH, CSC, ENGLISH, HISTORY, PHYSICS, and PHILOSOPHY. b. Declare
Write C++ statements that do the following: a. Define an enum type, bookType, with the values MATH, CSC, ENGLISH, HISTORY, PHYSICS, and PHILOSOPHY. b. Declare a variable book of type bookType. c. Assign MATH to the variable book. ANSWER: d. Advance book to the next value in the list. e. Output the value of the variable book.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
