X1046: Creating an Array of Variable Size

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

Feedback

Your feedback will appear here when you check your answer.