Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 35431;
y_correct = 256;
assert(isequal(sq_sum(x),y_correct))
|
2 | Pass |
x = -431;
y_correct = 64;
assert(isequal(sq_sum(x),y_correct))
|
1900 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
401 Solvers
250 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!