Examlex

Solved

What Would Be the Results of the Following Code? Int[]

question 3

Multiple Choice

What would be the results of the following code? int[] x = { 55, 33, 88, 22, 99,
11, 44, 66, 77 };
Int a = 10;
If(x[2] > x[5])
A = 5;
Else
A = 8;


Definitions:

Related Questions