R
Q. What is the output of the code below?
Code:
let str = "Hello"
print(str.uppercased())
print(str.uppercased())
- Correct Answer - Option(B)
- Views: 1
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.