A Picture is actually a matrix (2-dimensional array) of Pixel objects. In Chapter 4, to have a gentle introduction to arrays and loops, the authors grab all the Pixels into an array. In Chapter 5, we consider it as what it really is: a matrix. To process the Pixels stored in a matric, we need to use the X and Y coordinate of the pixel we want. To process them all we need nested loops! Your job in this assignment is to rewrite a couple of Picture methods using nested loops instead of the single loops from Chapter 4.
Remember to abide by the programming style and documentation guidelines.
Once you've compiled and tested your code, you must submit the Picture.java file as an attachment via e-mail.