Having challenging writing the below code C++ programCreate a Reverse application that stores the number corresponding to the element’s index in an integer array of 10 elements. For example, the second element, which has index 1, should store 1. The application should display the title “Countdown” and then list numbers stored in the array in reverse order.
Having challenging writing the below code C++ program Create a Reverse application that stores the number corresponding to the element’s index in an integer array of 10 elements. For example, the seco
Academic integrity note
Use this educational resource to build your understanding. Follow your institution’s rules and cite sources appropriately.

