Multiple Choice
Identify the expression used to reference array values.
A) array()
B) array[i]
C) array{array1,array2,…}
D) array::values
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Identify a method that extracts array items
Q14: By default,items are placed in an array
Q15: In an if loop,a variable known as
Q16: The _ operator tests whether two items
Q17: <br> Identify the letter of the choice
Q19: Which of the following functions increases the
Q20: The _ loop tests the condition to
Q21: <br> Identify the letter of the choice
Q22: The value of the length property can
Q23: Identify the syntax of the while loop.<br>A)