Write a C++ program that has a declaration to store the following values in an array named prices: 17.61, 15.22, 19.53, 13.74, 10.25 and 12.55. Include the declaration in a program that displays the values in the array by using pointer notation as shown below via I/O manipulator functions. Provide a .cpp file and a sample run. (25 points) please assist and show me how you would use iomanip to have the array with 2 rows and 3 columns using c++
17.61 15.22 19.53
13.74 10.25 12.55