Program: Write a program that allows a user to enter 12 double values representing store sales for each month of one year. After all 12 values are entered, display each month's sales amount and a message indicating whether it is higher, lower, or equal to the average month's sales. Name file MonthlySales.cpp
You need to implement this in C++ language. You need to provide the answer as soon as possible.