Number mystery

Report a typo

What does this code print?

boolean result = LongStream
        .rangeClosed(1, 100_000)
        .anyMatch(val -> val == 100_000);

System.out.println(result);
Select one option from the list
___

Create a free account to access the full topic