Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 50;
y_correct = 55;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 500;
y_correct = 550;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Fail |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
|
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
376 Solvers
583 Solvers
find the surface area of a cube
336 Solvers
137 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!