What is the output of running this code?long c = Stream.of(1,2,3).skip(1).count(); System.out.println(c);