Swift - Data Types
Find the error in this Swift code snippet:
var pair = (first: 1, second: 2) pair.first = 3 pair.2 = 4
var pair = (first: 1, second: 2) pair.first = 3 pair.2 = 4
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions