Arduino programming is really C/C++ although they try to hide this for
the novice user. These pages have all the information you will need
to write Arduino programs.
Serial
Interface - This describes the library routines for setting up the serial
interface and reading and writing to it. Use the Serial Monitor in
the IDE to communicate with your board via the USB serial interface.