Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isequal(string_math('one'),false))
|
2 | Pass |
%%
assert(isequal(string_math('four'),true))
|
3 | Pass |
%%
assert(isequal(string_math('nine divided by one times three plus six'),true))
|
4 | Pass |
%%
assert(isequal(string_math('nine divided by one multiplied by three plus six'),false))
|
5 | Pass |
%%
assert(isequal(string_math('six plus nine times six divided by two plus five'),false))
|
6 | Pass |
%%
assert(isequal(string_math('seven minus nine plus eight times five plus eight plus two'),true))
|
7 | Pass |
%%
assert(isequal(string_math('nine plus six multiplied by three plus nine'),true))
|
8 | Pass |
%%
assert(isequal(string_math('plus eight plus nine'),true))
|
Convert a numerical matrix into a cell array of strings
152 Solvers
Choose the best fitting dominoes
161 Solvers
307 Solvers
119 Solvers
Calculate the probability that at least two people in a group share the same birthday.
45 Solvers