Java -Brief an die Nummer

char c = 'C';
int number = c - 'A' + 1;
CompSciGeek