Solved

Which One of the Following Statements Assigns the Value 40

Question 22

Multiple Choice

Which one of the following statements assigns the value 40 to the first element in an array of integers 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