can u help me to do coding for the question pleaseee!!!?
Question:
Write a program that prints the elements of an array of size 11 in the reverse order. Use a recursive method
that takes as parameters the array and the size of the array to print it in reverse.
//prints the elements in the reverse order
Void printReverse (int a[], int n)
thanks
Andy
