Question: Write a method named addStars that accepts as a parameter an ArrayList of strings, and modifies the list by placing a eement between elements, as

Write a method named addStars that accepts as a parameter an ArrayList of strings, and modifies the list by placing a ""eement between elements, as well as at the start and end of the list. For example, if a list named list contains {"the", "quick", "brown", "fox"], the call of addStars(list); should modify it to store("*", "the", "?", "quick", "?", "brown" . "*", "fox", "*"). Type your Java solution code here: E4 Indent This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above. Submit Sound F/X Highlighting
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
