0
/ 50
The following method takes in an int called size, a String called value, and an int index For this question, create an array of Strings...
The following method takes in an int called size, a String called value, and an int index
For this question, create an array of Strings of length size.
Then set array at index to value. Finally, return that array.
Your feedback will appear here when you check your answer.