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))
|
2 | Pass |
%%
n=3
s_correct=14
assert(isequal(sumOfSquares(n),s_correct))
n =
3
s_correct =
14
|
1882 Solvers
387 Solvers
324 Solvers
215 Solvers
292 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!