Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 0;
y_correct = 0;
assert(isequal(area_square(x),y_correct))
|
2 | Fail |
x = 1;
y_correct = 1;
assert(isequal(area_square(x),y_correct))
|
3 | Fail |
x = 11;
y_correct = 121;
assert(isequal(area_square(x),y_correct))
|
4 | Fail |
x = 101;
y_correct = 10201;
assert(isequal(area_square(x),y_correct))
|
Return a list sorted by number of occurrences
1504 Solvers
Remove the small words from a list of words.
672 Solvers
3968 Solvers
Back to basics 3 - Temp Directory
328 Solvers
Relative ratio of "1" in binary number
392 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!