Swift - Variables and Constants
What will be printed by this Swift code?
let text = "Swift" let length = text.count print(type(of: length))
let text = "Swift" let length = text.count print(type(of: length))
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions