Write a static method concatList() that gets two parameters, anArrayList of strings and a character. The method will append to the end of every element of the ArrayList (1st parameter) the given character (2nd parameter).
Do not write whole program, write only the method.
Do not use collection, iterator or other specific classes and their methods, use the knowledge taught in lectures.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here