Problem 56. Scrabble Scores

Given a word, determine its score in Scrabble.

The input string will always be provided in lower case. Use the English language Scrabble letter values as found in this Wikipedia reference: letter distributions for English.

Example:

 Input  str = 'matlab'
 Output score is 10.

Solution Stats

71.34% Correct | 28.66% Incorrect
Last Solution submitted on Mar 18, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1910

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!