Comments for https://horstmann.com/unblog/2022-01-25/index.html
By System @system
Comments for: https://horstmann.com/unblog/2022-01-25/index.html
- KHeinz Kabutz @kabutz
May I ask for a pointer to your beginner textbook please?
- KHeinz Kabutz @kabutz
Also, do you think that we could maybe change "while (in.hasNextInt()) {" to instead read "while (in.hasNext()) {" ? That way we could have in be defined by:
var in = IntStream.of(3, 1, 4, 1, 6, 9, 2, 6, 5, 3, 5).iterator();
- CCay Horstmann @cayhorstmann
I added a clarification that the inputs come from a
Scanner
. That's what's typically used in a first course. Also added a link to the books.- IIrina Marudina @imarudina
I have a 404 on "My textbooks" link.
- CCay Horstmann @cayhorstmann
Sorry about that. I fixed the link. It is https://wiley.com/horstmann