R
Q. What is the output of the following code?
Code:
let numbers = [1, 2, 3]
print(numbers[1])
print(numbers[1])
- Correct Answer - Option(B)
- Views: 1
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.