Write a C++ program for the following......
It reads a sequence of positive integers. It stores it
in an array, then it prompts the user to enter an
integer, and then rotates clockwise the content of the
array a corresponding number of positions. The contents
the array are printed out whenever...