[solved] – Question 74906
Write a program that reads in a single word and converts each letter into its position in the
alphabet (for instance, A→ 0, B→ 1, etc). The text will only contain uppercase letters. Your
output should consist of a single line containing each character’s position in the alphabet. Numbers
should be separated by a single space space
Expert Answer
OR

