Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavastream pipelinesSingle-choice MCQ

What does this code print?

System.out.println(IntStream.range(0,3).reduce(0, Integer::sum));