I am trying to write a program that will let a user enter a word. Each letter in the word has a numeric value. Example; a=1, b=2, c=3, etc... If the user enters the word "AB" the value would be 3. How can I set this up? Should I make an array called word?