0
/ 1.0
The following method takes in an int called size
. For this question, create an array of booleans of length size
. You do not need to...
The following method takes in an int called size
.
For this question, create an array of booleans of length size
.
You do not need to change any values in that array, simply create
it and return it. Finally, return that array.
Your feedback will appear here when you check your answer.