Swift - Data Types
What will be the output of this Swift code?
let letter: Character = "A" let word: String = "Apple" print(letter) print(word)
let letter: Character = "A" let word: String = "Apple" print(letter) print(word)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions