Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
r = 2;
y_correct = 16;
assert(isequal(area_sqr(r),y_correct))
|
2 | Pass |
%%
r = 3;
y_correct = 36;
assert(isequal(area_sqr(r),y_correct))
|
3 | Pass |
%%
r = 25;
y_correct = 2500;
assert(isequal(area_sqr(r),y_correct))
|
Remove all the words that end with "ain"
1292 Solvers
2500 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
2538 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!