Using Java and the Eclipse IDE please help me with this exercise. Please submit in a properly structured text file that I can follow and read to understand.
Exercise:
- Develop a recursive method that writes a given array backward. Consider the last element of the array first.
- in Java pseudo-code. Analyze your algorithm in Big-Oh notation and provide the appropriate analysis.
- Ensure that your program has the required class and a test class.