Initialize the array created in number 11 above to -1.0.

What will be an ideal response?

```
for(int row = 0; row < myDoubles.length; row++)
for(int column = 0; column < myDoubles[row].length; column++)
myDoubles[row][column] = -1.0;
```

Computer Science & Information Technology

You might also like to view...

A ________ is a preformatted document structure that defines the basic document settings, such as font, margins, and available styles

A) Quick Style B) data source C) template D) main document

Computer Science & Information Technology

A cell ________ color is also known as the background color

A) fill B) style C) grid D) shading

Computer Science & Information Technology