Multiple Choice
Suppose that sales is a two-dimensional array of 10 rows and 7 columns wherein each component is of the type int. Which of the following correctly finds the sum of the elements of the fifth row of sales?
A)
B)
C)
D)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: Only a fixed number of elements can
Q41: When a boolean array object is instantiated,
Q42: The statement dataType[][][] arrayName; would declare a
Q43: Given the declaration int[] list = new
Q44: What is the output of the following
Q45: Which limitation of arrays does a vector
Q46: Arrays have a fixed number of elements.
Q47: Consider the following method definition. public static
Q48: The following statement creates alpha to be
Q50: Which method would you most likely use