R

Ravina • 3.96K Points
Extraordinary

Q. What is the type of a tuple declared as `let point = (2, 3)`?

  • (A) (Int, Int)
  • (B) Array<Int>
  • (C) Set<Int>
  • (D) Dictionary
  • Correct Answer - Option(A)
  • Views: 19
  • Filed under category Swift (iOs)
  • Hashtags:

Explanation by: Ravina
A tuple with two integers is typed as `(Int, Int)`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.