Hey folks! I have this program I need to code and im kinda stuck on it.So bassicly i need to read in an array(1 2 3 4 5...) and i need to reverse it.So the catch is i need to use the recursive int [] reverse method, as well as the copySubArray and appendToArray methods. Im kind of confused on how to do this, the description of the problem says to only use these 3 methods and that is it.So if anyone could give me some guidelines on how to solve this, that would be great.
Thanks!