Swift - Functions
How would you declare a Swift function named
calculate that takes an integer parameter without requiring an argument label when called?calculate that takes an integer parameter without requiring an argument label when called?_ before the parameter name to omit the label._ and specifies the parameter type.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions