public void println (double x)

Prints a double and then terminate the line. This method behaves as though it invokes print(double) and then println().

Parameters:
x    The double to be printed.