Serial port prints on one line! How to solve?

Well perhaps you could try using:

Serial.println(reading); instead of Serial.print(reading);

Lefty