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
|
10762 Solvers
Select every other element of a vector
16247 Solvers
Swap the first and last columns
9904 Solvers
Return the first and last character of a string
1662 Solvers
279 Solvers