Solved

What Will Be the Results After the Following Code Is

Question 29

Multiple Choice

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


A) a = 5
B) a = 8
C) a = 10
D) a = 13

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions