Sun . Java . Code Library . p*

{ ...
double e;
e = Math.pow(x, p); // power; xp
... }

{ ...
System.out.print("Hello Humanoids"); // no next line character, output will appear immediately after s
System.out.println("Hello Humanoids"); // output will start at a new line
... }