Syntax

Serial.print (F("I have "));
Serial.print(apples);
Serial.print(F(" apples in the kitchen"));