Solution Review: Variable Number of Arguments
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 11 there is a function header: sumInts(list ...int)(sum int) which means that sumInts takes ...