Write c++ statemtns that do the following:
a. define an enum type, booktype, with the value math, css,enlgish and history
b. declare a varibale book of type booktpye
c. assing math to the variable book
d. advance book to the next value in the list
e. output the value of the variable book

Solved
Show answers

Ask an AI advisor a question