Implement a c program that creates an enumerated data type


Implement a C++ program that creates an enumerated data type Year that consists of the twelve months from January to December. Read from input the number of visitors to Olympic Park for each month and then calculate the total number of visitors for a year and the monthly average number of visitors. Note that you need to use the values defined by the enumerated data type Year to represent each month rather than simply using the number of 1 to 12 or other ways. 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Implement a c program that creates an enumerated data type
Reference No:- TGS01133531

Expected delivery within 24 Hours