E.g.
In C I\'d just subtract the char from \'A\', but I don\'t seem
Use the indexOf method on a String object. For example,
indexOf
"ABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf('F')
returns 5.