This method is more complex, requiring string searching and concatenation.
: Unlike Part A, you must use a standard for loop (with int i ) because the index number is required for the formatted string.
: If a comment does not end with a period ( . ) or an exclamation point ( ! ), you must append a period to the end.
: Results are stored and returned in an ArrayList . 💡 Technical Tips