A
Q. What will this code print?
Code:
let value = "123"
let number = Int(value)
print(number ?? 0)
let number = Int(value)
print(number ?? 0)
- Correct Answer - Option(A)
- Views: 23
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.