X1048: Set Array At Variable Index

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 Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.