Solved

Int[] NumList = New Int[50];for (Int I = 0; I

Question 46

Multiple Choice

int[] numList = new int[50];for (int i = 0; i < 50; i++)
NumList[i]= 2 * i;
Num[10] = -20;
Num[30] = 8;
What is the index number of the last component in the array numList seen in the accompanying figure?


A) 0
B) 30
C) 49
D) 50

Correct Answer:

verifed

Verified

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

Related Questions