Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Java
medium
Java
stream pipelines
Single-choice MCQ
Which result is produced by the code?
int s = IntStream.rangeClosed(1,3).sum();