AT
Size: a a a
AT
VP
button.setTitle("Button Title",for: .normal)
OL
OL
OL
OL
OL
J
var array = [Int](repeating: 0, count: 2)
for (index1, value1) in a.enumerated() {
print(index1, value1)
for (index2, value2) in b.enumerated() {
if index1 == index2 {
if value1 > value2 {
array[0] += 1
} else if value1 < value2 {
array[1] += 1
}
}
}
}
DW
В
ED
В