Question: Be sure your solution is a self contained, single file containing Java source code with it's own main method to run the compiled class. Name
ArrayReversal: Your program should prompt the user for a string of words and tokenize them on the white space. It should load these words, in order, into an array of Strings. You program should then print out the array elements from beginning to end (forwards, as originally input), then print the array elements in reverse using a recursive method to do all the work (including the actual printing)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
