Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s = 'hello'
c_correct = 86400;
assert(isequal(word_product(s),c_correct))
s =
hello
s =
8 5 12 12 15
s =
8 5 12 12 15
p =
86400
|
2 | Pass |
%%
s = 'Fantastic'
c_correct = 17236800;
assert(isequal(word_product(s),c_correct))
s =
Fantastic
s =
-26 1 14 20 1 19 20 9 3
s =
6 1 14 20 1 19 20 9 3
p =
17236800
|
It dseon't mettar waht oedrr the lrettes in a wrod are.
652 Solvers
Vectorize the digits of an Integer
269 Solvers
420 Solvers
307 Solvers
2732 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!