iOS Swift - Swift Language Essentials
What will be printed by this Swift code?
let multiply = { (a: Int, b: Int) -> Int in
return a * b
}
print(multiply(3, 4))let multiply = { (a: Int, b: Int) -> Int in
return a * b
}
print(multiply(3, 4))15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions