IntelliSkills

char c = 'A';
int i = c + 1;
System.out.println(i);

1 week ago | [YT] | 37