Quiz code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

16th May 2019, 6:27 AM
Osman Uçkan
Osman Uçkan - avatar
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
16th May 2019, 6:53 AM
✳AsterisK✳
✳AsterisK✳ - avatar