Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 2;
y_correct = 0;
assert(isequal(inorout(x,y),y_correct))
|
2 | Pass |
x = 0;
y = 0;
y_correct = 1;
assert(isequal(inorout(x,y),y_correct))
|
Cell Counting: How Many Draws?
581 Solvers
248 Solvers
1222 Solvers
80 Solvers
121 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!