How many objects are created by the statement int[][] x = new int[2][4]; ? a. 1 b. 2 c. 4 d. 3 e. 5
Posted: Sun Jul 03, 2022 9:59 am
statement int[][] x = new int[2][4]; ? a. 1 b. 2 c. 4 d. 3 e. 5
How many objects are created by the