Write a static method concatList() that gets two parameters, an ArrayList of strings and a character. The method will append to the end of every element of the ArrayList (1st parameter) the given...


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.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here