Range of numbers

Report a typo

What numbers does the following code output?


IntStream.rangeClosed(100, 103).forEach(System.out::println);
Select one option from the list
___

Create a free account to access the full topic