X1012: Nested For Loops for Pixel Coordinates

For this question you will be working with a Picture object, but you may not call getPixels() for your loop. Instead, you will need to use a pair of nested for loops to loop over all (x, y) coordinates. Finish the inner for loop below so that each pixel's red value will be set to 0.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.