How the values are assigned to 26 letters sequentially › Forums › CS50’s Introduction to Computer Science by Harvard University on Edx › Week 2: [Arrays] – Functions, Variable and Scope, Debugging, Arrays, and Command Line Arguments › How the values are assigned to 26 letters sequentially This topic has 0 replies, 1 voice, and was last updated 4 years, 3 months ago by admin. Viewing 1 post (of 1 total) Author Posts November 19, 2021 at 7:16 am #54 adminKeymaster While trying to solve Scrabble Lab problem, I have no clue how values are assigned to 26 letters sequentially from a to z. [dm_code_snippet background=”yes” background-mobile=”no” slim=”yes” line-numbers=”yes” bg-color=”#abb8c3″ theme=”dark” language=”clike” wrapped=”yes” height=”” copy-text=”Copy Code” copy-confirmed=”Copied”] int POINTS[] = {1, 3, 3, 2, 1, 4, 2, 4, 1, 8, 5, 1, 3, 1, 1, 3, 10, 1, 1, 1, 1, 4, 4, 8, 4, 10}; [/dm_code_snippet] I see no mention of this with the default template code (https://cdn.cs50.net/2020/fall/labs/2/scrabble.c), no where under ToDo I see asked to perform this act. Reply https://edstem.org/us/courses/176/discussion/856171?comment=1959504[learn_press_profile] Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In