Just check the documentation and do it yourself. :) https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html
Use System.out.println(s); to see why.
System.out.println(s);
Not an issue.
You dont need to type anything in the test cases. Those are for testing. There are test cases written for when you submit it.
I ocmpleted this challenge with no effort, using Java. So I know it's not broken.
Loading collection data...
Just check the documentation and do it yourself. :)
https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html
Use
System.out.println(s);
to see why.Not an issue.
You dont need to type anything in the test cases. Those are for testing. There are test cases written for when you submit it.
I ocmpleted this challenge with no effort, using Java. So I know it's not broken.