reduce number of Serial.print

iegj:
Hello!

I use multiple times Serial.print in my code like this:

...

Is there a way to shorten this code?

Yes, use the Streaming library:

http://arduiniana.org/libraries/streaming/