Hi... our assignment is, in part, to create an array of the ICAO phonetic alphabet (Alpha Bravo Charlie etc) and to then let the program user enter a word, which is read as a string, and then the program translates the word into the ICAO alphabet. Each letter is supposed to be read individually, so that it translates C3PO as Charlie 3 Papa Oscar.
I cannot for the life of me figure out how to do this. How do I get it to read the individual letters of a string and translate them??? I can do everything else the program wants! I know it has something to do with subtracting the letters... as in C-A would be 2, and Charlie is in position 2 in the array... but I don't quite get how to do this.
Thanks!
