Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
ans =
86400
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
ans =
17236800
|
Find the sum of all the numbers of the input vector
25684 Solvers
Back to basics 9 - Indexed References
348 Solvers
154 Solvers
244 Solvers
402 Solvers