Question: C++ enum courseType {ALGEBRA, ASTRONOMY, PHYSICS}; courseType course; These statements retrieve and then output the course entered by a user: A. True B. False
C++ enum courseType {ALGEBRA, ASTRONOMY, PHYSICS}; courseType course; These statements retrieve and then output the course entered by a user: A. True B. False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
