R
Q. What will this code output?
Code:
let name = "Swift"
for char in name {
print(char)
}
for char in name {
print(char)
}
- Correct Answer - Option(C)
- Views: 1
- Filed under category Swift (iOs)
- Hashtags:
Discusssion
Login to discuss.