Or you can use the streaming library
http://arduiniana.org/libraries/streaming/
and express output in the C++ stream fashion, e.g.
Serial << "I have " << apples << " in the kitchen";
Or you can use the streaming library
http://arduiniana.org/libraries/streaming/
and express output in the C++ stream fashion, e.g.
Serial << "I have " << apples << " in the kitchen";