Exercise: Sum of Squares
Have fun with this exercise on select statements!
We'll cover the following...
In this exercise, you are required to calculate the sum of squares of the numbers given using select
statements, goroutines
and channels
.
You have been provided with a skeleton in the code widget below. Pretty much everything is done for you except for the ...