Java Scanner tutorial with while and for loops

preview_player
Показать описание
Learn how to use Java's Scanner to get user input, iterate over an input String, and continue prompting for input until the user is done.
Рекомендации по теме
Комментарии
Автор

I couldn't find a solution to the "index out of bounds" error I kept getting anywhere, thanks. You're a lifesaver.

cougar
Автор

@9:39 wouldn't "i" be 4 because the index starts at zero?

samb.
Автор

Which IDE is being used in this tutorial?

Vctr_Sgm
Автор

I remember I failed at job interview test, cause I didn't remember that .equals :S ... Lerning things the hard way.

WILLGYS