Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(times2(1),2));
|
2 | Pass |
assert(isequal(times2(11),22));
|
3 | Pass |
assert(isequal(times2(-3),-6));
|
4 | Pass |
assert(isequal(times2(29),58));
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11614 Solvers
927 Solvers
Return the first and last character of a string
1658 Solvers
369 Solvers
Is this is a Tic Tac Toe X Win?
366 Solvers