A

Admin • 670.22K Points
Coach

Q. What will be the type of `let value = (404, "Not Found")`?

  • (A) (Int, String)
  • (B) [Int: String]
  • (C) Dictionary
  • (D) Tuple
  • Correct Answer - Option(A)
  • Views: 1
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Admin
It’s a tuple with an Int and a String.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.