Solution Review: Multiple Return Values
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
In the code above, at line 6, there is a function header: SumProductDiff(i, j int)(s int, p int, d int). It means that SumProductDiff takes two integer parameters ...