A program in an Array

Someone help me program in C++ to read five elements in an Array known as Original[] and then store the elements in reverse order in another Array Reverse[]. Display the content of both the arrays

Eg Original[]
9 3 15 28 6

Reverse[]
6 28 15 3 9
Last edited on
Topic archived. No new replies allowed.