SwiftUI Practice Test
SwiftUI Test 2
What will the numbers constant contain when this code is run?
Select your answer
A
[[1,1],[1,2],[1,3]]
B
[1,1,2,2,3,3]
C
[[1,1],[2,1],[3,1]]
D
[[1,2,3],[1,2,3],[1,2,3]]
Need a hint?
(H)