A Admin • 833K Points Coach Q. How do you define a tuple with named elements? (A) let person = ("John", 25) (B) let person = [name: "John", age: 25] (C) let person = (name: "John", age: 25) (D) let person = person(name: "John", age: 25) Correct Answer - Option(C) Views: 23 Filed under category Swift (iOs) Hashtags: Share Manage Tags
Discusssion
Login to discuss.