Question: Please help me with this problem. Please do the comment also Write a static method called pairStrings that accepts a List (abstract form of Arraylist)
Write a static method called pairStrings that accepts a List (abstract form of Arraylist) of strings as a parameter and replaces each pair of strings with a single string that consists of the two original strings in parentheses separated by a space.If the list is of odd length, the final element is unchanged. Assume you are given a List with at least one string. Only functions in Chapter 10 are allowed. You must build the new strings using String.format). Modify the input List do not build a new list. For example, suppose that a list contains (to, be, or, not, to, be, that1) Your method should change the list to store I(to be), or not), (to be), that]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
