Declare the variable and initialize it with a rectangular integer array that has three rows and three columns. Assume that constant ARRAY_SIZE has been declared to be 3.

What will be an ideal response?


```
var table = new int[ArraySize, ArraySize];
```

Computer Science & Information Technology

You might also like to view...

Which of the following assignment statements is illegal?

a. float f = -34; b. int t = 23; c. short s = 10; d. int t = (int)false; e. int t = 4.5;

Computer Science & Information Technology

When a picture is selected, ________ display around the picture border

A) sizing handles B) location handles C) scroll bars D) moving handles

Computer Science & Information Technology

Most business documents are best formatted using an 11- or 12-point serif font

Indicate whether the statement is true or false

Computer Science & Information Technology

Altering an existing macro involves ________ it

A) recording B) running C) editing D) executing

Computer Science & Information Technology