0
/ 50
Given a Picture object called pic
, use nested for loops and getPixel()
to turn every other row of pixels black. To be clear, after this...
Given a Picture object called pic
,
use nested for loops and getPixel()
to turn every other row of
pixels black.
To be clear, after this method runs, all pixels in row 0 should be black. The same is true for 2, 4, and so on.
Your feedback will appear here when you check your answer.