Question: in C++ Program Plan: Read the range of dates (years) from the user Use enumeration data type to represent the period names Use loop to
in C++



Program Plan: Read the range of dates (years) from the user Use enumeration data type to represent the period names Use loop to display the period names within the range of the given dates (years) with the help of functions Create a function to return the starting year corresponding to the given period name Create a function to return the name of the period as a string corresponding to the given period (period is given as enumeration data type)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
