Auf Thema antworten

char ist nichts anderes als ein Zahlentyp. Das heißt, du kannst

[code=Java]int a=(int)'c';[/code]

kompilieren.



Oben