View Code of Problem 1

class Test {
  public static void main(String[] args) {
    System.out.printlen(args);
  }
}
/*
Main.java:3: error: cannot find symbol
    System.out.printlen(args);
              ^
  symbol:   method printlen(String[])
  location: variable out of type PrintStream
1 error
*/

Double click to view unformatted code.


Back to problem 1