Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Java
medium
Java
stream pipelines
Single-choice MCQ
Given the snippet, what value is produced?
int s = Stream.of(1,2,3).reduce(0, Integer::sum);