0
/ 1.0
Implement the following method that takes a Picture
object called pic
so that it turns the bottom half of the image white. Do this using...
Implement the following method that takes a Picture
object called
pic
so that it turns the bottom half of the image white.
Do this using nested for loops, using getPixel()
to access
individual pixels by coordinate location. Remember that white
is (255, 255, 255).
Your feedback will appear here when you check your answer.