0
/ 50
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...
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 feedback will appear here when you check your answer.