A
Q. What will the following Swift code print?
Code:
let name = "Swift"
print(name.lowercased())
print(name.lowercased())
- Correct Answer - Option(B)
- Views: 1
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.