0
Quiz code
Write a program which puts an integer (n) (n<=100) followed by a string of letters (a word) of length (n). The program you write will find and print the scrabble point of a given word. Assume that all the letters of a given strings are lowercased. Grading of a word is as follows: Score=length of the word + points of special letters (if there any) Special letters and their contributed points are as follows: 'q'=+10 points 'z'=+10points 'x'=+8points 'j'=+8points 'k'=+5points Can you write this code?
1 Answer
+ 3
what's all this about??? the problem is meant for you to solve if you want to and not for you to post for people to solve for you