Wie man int zu einer String -Java macht
int i=10;
String s=String.valueOf(i);
Sid Potti
int i=10;
String s=String.valueOf(i);
Integer.toString(int)