Multiple Choice
Which one of the following statements is the correct declaration for a two-dimensional array of 20 rows and 2 columns of type int?
A) int[][] num = new int[20][2];
B) int[][] num = new int[2][20];
C) int[][] num = new int[20,2];
D) int[][] num = new int[2,20];
Correct Answer:

Verified
Correct Answer:
Verified
Q31: What should you check for when calculating
Q32: Which one of the following is the
Q33: Assume the method doSomething has been defined
Q34: Assume the method doSomething has been defined
Q35: Assume the following variable has been declared
Q37: The binary search is more efficient than
Q38: Assume the array of integers values has
Q39: Identify the correct statement for defining an
Q40: Consider the following code snippet: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q41: Suppose you wish to process an array