Program: Write a program that declares an array of 10 integers. Write a loop that accepts 10 values from the keyboard, and write another loop that displays the 10 values. Do not use any subscripts within the two loops; use pointers only.
You need to implement this program in C++ language. Please follow the instructions and please only use things learned up.