public void println (int x)

Prints an integer and then terminates the line. This method behaves as though it invokes print(int) and then println().

Parameters:
x    the int value to be printed