//+ // java.lang.Math.random() is static, don't need to construct Math System.out.println("A random from java.lang.Math is " + Math.random()); //-