I need to do a program in Visual Studio, but the language is
C++, using arrays and the platform to present the data.
Write a program
that allows the user to enter seven double values representing store sales for
each day of one week. After all seven values are entered, display the value of
the largest sale day.
Thanks