Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
'hello'
|
2 | Pass |
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
'Fantastic'
|
5366 Solvers
Remove all the words that end with "ain"
1027 Solvers
Determine the number of odd integers in a vector
321 Solvers
240 Solvers
271 Solvers