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