1) Write C++ statements that carry out the following:
a) Define an enum type, bookType, along with the values CSC, MATH, ENGLISH, HISTORY, PHYSICS, and PHILOSOPHY.
b) Declare a variable book of type book Type.
c) Allocate MATH to the variable book.
d) Advance book to next value in the list
e) Output value of the variable book.