Microsoft Interview Question

Create a function that will create a score for a word (kinda like words with friends).

Interview Answer

Anonymous

Sep 28, 2015

I created a function called "score". I then created an integer to hold the score and then made a do until loop that contained select cases for each letter with their attributed score.