public class PrintReal { public static void main(String args[]) { double x; x=3.14159265359; System.out.print(x); } }