This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 1;
s_correct = 1;
assert(isequal(sumOfSquares(n),s_correct))
s =
1
|
2 | Pass |
n=3
s_correct=14
assert(isequal(sumOfSquares(n),s_correct))
n =
3
s_correct =
14
s =
14
|
1527 Solvers
Who has power to do everything in this world?
256 Solvers
276 Solvers
Rounding off numbers to n decimals
279 Solvers
480 Solvers