If you are using Java 1.5 or above modify Program to use a for-each loop.
Fill in the blank(s) with the appropriate word(s).
```
public void clearBlueForEach ( )
{
Pixel [ ] pixelAr ray = this.getPixels ( ) ;
// loop through all the pixels
for ( Pixel currPixel : pixelArray )
currPixel . setBlue ( 0 ) ;
}
```
Computer Science & Information Technology
You might also like to view...
In a(n) ____________________ database, tables can be related to each other and you can use that feature to make data management more efficient.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When you save a document as a template, it is saved with the extension ____.
A. .txt B. .dotx C. .rft D. .docx
Computer Science & Information Technology