List Java do numeru

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