A
Q. What will the following code output?
Code:
let a = 10
let b = 20
print(a > b)
let b = 20
print(a > b)
- Correct Answer - Option(B)
- Views: 1
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.