Home / Report Question

Q. Which of the following declares an empty dictionary?
  • A. let dict = Dictionary<String, Int>()
  • B. let dict = {}
  • C. let dict = [String: Int: String]()
  • D. let dict = [String, Int]()