Write a line of code that initializes a two-dimensional array of integers using an initializer list.
What will be an ideal response?
```
int[][] numbers = { {2,3},{4,5} };
```
Computer Science & Information Technology
You might also like to view...
Programs that can run from a flash drive are known as ________
a. open source software b. portable apps c. SaaS d. suites
Computer Science & Information Technology
Title and Content is an example of a slide template
Indicate whether the statement is true or false
Computer Science & Information Technology