Swift - Functions
Identify the error in the following Swift function declaration:
func multiply(a: Int, b Int) -> Int {
return a * b
}func multiply(a: Int, b Int) -> Int {
return a * b
}b Int is missing a colon.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions