Q209
How to access the elements of an array in Kotlin?
A.
array.get(index)
B.
array[index]
AnswerC.
array(index)
D.
None of these
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board