;Task:
Write a program to find the sum of squares of a numeric vector.

The program should work on a zero-length vector (with an answer of &nbsp; '''0''').


;Related task:
* &nbsp; [[Mean]]
<br><br>
