The println is a method of System.out Object that is integrated in java.lang package.. It is used like a cout in C++, we use a System.out.print(); when we want result in a single row,otherwise we...