Solved

Which One of the Following Statements Assigns the Value 40

Question 26

Multiple Choice

Which one of the following statements assigns the value 40 to the first element in an int array named values?


A) values[-1] = 40;
B) values[0] = 40;
C) values[null] = 40;
D) values[1] = 40;

Correct Answer:

verifed

Verified

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

Related Questions