This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
str = 'a';
score = 1;
assert(isequal(scrabble_score(str),score))
|
2 | Pass |
%%
str = 'matlab';
score = 10;
assert(isequal(scrabble_score(str),score))
|
3 | Pass |
%%
str = 'quetzalcoatl';
score = 32;
assert(isequal(scrabble_score(str),score))
|
Extract leading non-zero digit
1205 Solvers
306 Solvers
399 Solvers
How many trades represent all the profit?
520 Solvers
521 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!