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.