Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
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 | Pass |
x = 100;
y_correct = 110;
assert(isequal(your_fcn_name(x),y_correct))
|
Which values occur exactly three times?
3817 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
836 Solvers
412 Solvers
315 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!