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
|
Return the 3n+1 sequence for n
5207 Solvers
Back to basics 2 - Function Path
139 Solvers
Get the length of a given vector
1378 Solvers
Who is the smartest MATLAB programmer?
469 Solvers
3012 Solvers