Solved

What Is the Value of Alpha[4] After the Following Code

Question 10

Multiple Choice

What is the value of alpha[4] after the following code executes? int[] alpha = new int[5]; for (int j = 0; j < 5; j++) alpha[j] = 2 * j - 1;


A) one
B) three
C) five
D) seven

Correct Answer:

verifed

Verified

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

Related Questions