X1007: Creating a List

For this question, declare a local variable and initialize it by creating a new ArrayList for holding Pixel objects (you can name the variable whatever you'd like). Then, return that list.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.