Java tutorial
public class MainClass { public static void main(String[] args) { System.out.printf("Decimal/Scientific: %g\n", Math.PI); } }