Write a program that stores the following numbers in the array named miles: 15, 22, 16, 18, 27, 23, and 20. Have your program copy the data stored in miles to another array named dist, and then display the values in the dist array. Your program should use pointer rotation when copying and displaying array elements.