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