Introduction to Java
Jim White
Java Developer
class PrintlnAsCalculator { public static void main(String[] args) { System.out.println(1+2); } }
3