Below you will see the sum() function declaration:
func sum(x, y int) int {
return x + y
}
Match each of the elements of the sum() function's signature with its correct definition.
Below you will see the sum() function declaration:
func sum(x, y int) int {
return x + y
}
Match each of the elements of the sum() function's signature with its correct definition.
funcsum(x, y int)intCreate a free account to access the full topic