Reference the following instructions to assist you when completing your Programming Using Arrays and Pointers assignment.
Create a single C++ program that performs the following:
Intialize the pointer array with the sequence of upper/lower case alphabet pairs, Aa Bb Cc .... Xx Yy Zz. (The first element of the array is Aa; the second element of the array is Bb; etc.)
Using a for loop, print the contents of the array.