Please help me these C++ Homework !! Please
Assignment 16.1 [15 points]
Write a recursive function named reverseWithinBounds that has anargument that is an array of characters and two arguments that arebounds on array indices. The function should reverse the order ofthose entries in the array whose indices are between the two bounds(including the bounds). For example, if the array is:
a[0] == ‘A’ a[1] == ‘B’ a[2] == ‘C’ a[3] == ‘D’ a[4] == ‘E’
and the bounds are 1 and 4, then after the function is run thearray elements should be:
a[0] == ‘A’ a[1] == ‘E’ a[2] == ‘D’ a[3] == ‘C’
PayPal Gateway not configured
PayPal Gateway not configured