Ich möchte mit Java eine Dezimalzahl in eine Hexadezimalzahl umwandeln.
Folgendes habe ich gemacht:
z.B.:
int i = 12;
String s toHexString(i);
Damit sollte jetzt eigentlich ja die Hexadezimalzahl von i im String s "gespeichert" sein.
Dummerweise ist da mein Compiler anderer Meinung als ich. Er besteht darauf dass ich einen ; zwischen s und toHexString reinmache. Und das ist ja kompletter Schwachsinn :coolsmile .
Bitte um rasche Hilfe bei meinem Problem.
thx,
haj :verycool: