Re: Convert from int to char



"Mocha_Java" <theprofessorenator@xxxxxxxxx> writes:

is there a trick to make my int number the equivalent char number?

char r = '0' + rank;
.