Words that make 1000,000, tetty and typey apparently, :)
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
|
740 Solvers
Get the area codes from a list of phone numbers
532 Solvers
537 Solvers
401 Solvers
530 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!