How many objects are created by the statement int[][] x = new int[2][4]; ? a. 1 b. 2 c. 4 d. 3 e. 5
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
How many objects are created by the statement int[][] x = new int[2][4]; ? a. 1 b. 2 c. 4 d. 3 e. 5
statement int[][] x = new int[2][4]; ? a. 1 b. 2 c. 4 d. 3 e. 5
How many objects are created by the