ICSE Class 10 Computer Applications
Question 21 of 30
Solved 2024 Question Paper ICSE Class 10 Computer Applications — Question 26
Back to all questions(a) The order of the array is 4 x 3 as it has 4 rows and 3 columns.
(b) The value is evaluated as follows:
x[0][0] = 4
x[2][2] = 10
x[0][0]+x[2][2] = 4 + 10 = 14