Select output

Report a typo

What numbers does the following code output?

IntStream.iterate(10, (n) -> n + 1).limit(3).forEach(System.out::println);
Select one option from the list
___

Create a free account to access the full topic