What Norm is saying is you need to do something on the lines of

int remainder;
long next;
String result = "", newLine = System.getProperty("line.separator"); //Not sure if you need this......