Special Assignment given in Class

Develop a program in C++ with the following parameters:

Inputs:
A number between 1 and 365 (which represents the day number in a non-leap year.)

Outputs:
Month of the year (upon which the input day falls)
Day of the month (upon which the input day falls)


Please use the Enumeration TYPE for months of the year