Write a method glueReverse that accepts a List of strings as its
parameter and uses stream operations to return a single string consisting
of the list's elements concatenated together in reverse order. For
example, if the list stores ["the", "quick", "brown", "fox"], you
should return "foxbrownquickthe".
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here