Scrabble Scores - MATLAB Cody - MATLAB Central

Problem 56. Scrabble Scores

Difficulty:Rate

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

72.05% Correct | 27.95% Incorrect
Last Solution submitted on Feb 22, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
4

Problem Recent Solvers2095

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!
Go to top of page