Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно Java Programming: Lesson 14 - break and continue или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
PLEASE SUBSCRIBE!!! In the previous video ( • Java Programming: Lesson 13 - For Loops ), we talked about for loops as an alternative to while loops for iterating code. It turns out that we can also use the break and continue keywords to further increase the functionality of while and for loops. break ends all operation of a loop, whereas continue ends only the current iteration. 0:33 Review of while loops 1:33 NEW: Intro to break and continue 4:35 Example of break (for loop) 8:21 NEW: Unnecessary else keyword for break statements 9:19 Example of break (while loop) 13:07 Example of continue (for loop) 15:19 NEW: Unnecessary else keyword for continue statements 16:29 Example of continue (while loop) An equivalent Python lesson regarding the break and continue keywords is available here • Python Programming: Lesson 12 - break and ... Remember to INCREMENT the value of your variable in your while loops! (I forgot twice in this video...) For the next video, which is on arrays and ANOTHER type of loop, check out this link: • Java Programming: Lesson 15 - 1D Arrays an... Thanks for watching, and PLEASE SUBSCRIBE!!!