This series of videos is suitable for programmers with minimal (or no) programming experience who want to learn Java. This is the nineteenth video in the Introductory Java series, and the second video in lesson 4 (looping). In this video we're going to look at some common looping patterns, such as summing values encountered in a loop, finding the largest or smallest value, and looping until a specific value is reached. We'll iterate over Strings to illustrate these patterns, and we'll further discuss the increment operator.
There is a suggested (free) book below that you could read along with the videos lessons. However, the video is very straightforward and can also stand alone or accompany any other introductory Java textbook. Let's have some fun learning to program in Java!
PLAYLIST
• Introduction to Programming in Java, ...
BOOK AND WEBSITE RESOURCES
Here's the video on complementing Boolean expressions:
• Complementing Boolean expressions & w...
This video is suitable to watch after reading Chapters 2 and 3 of Introduction to Programming Using Java, by David J. Eck:
https://math.hws.edu/eck/cs124/downlo...
The Elements of Java Style text is available here*:
https://amzn.to/4c2gn8H
*As an Amazon Associate I earn from qualifying purchases. Your purchases help me continue to bring you content!
The Open JDK page is here:
https://jdk.java.net/
The Eclipse IDE page is here:
https://eclipseide.org/
PRACTICE
You can practice writing the summing and most wanted loop here*:
https://codecheck.io/files/2408041334...
You can practice writing the sentinel loop here*:
https://codecheck.io/files/2408041330...
*The CodeCheck system courtesy of Cay Horstmann, https://horstmann.com/codecheck/
If you want to earn credit for learning to code, take an online course at CCRI! These videos are part of the Java Programming course:
https://ccri.edu/comp/
GET THE CODE
The github repository with all of the code examples for Lesson 4 is here:
https://github.com/ProfessorBurke/Jav...
RESOURCE ATTRIBUTIONS
MIT News page about Margaret Hamilton:
https://news.mit.edu/2016/scene-at-mi...
The Basic Latin unicode table can be found here:
https://www.unicode.org/charts/PDF/U0...
Java JDK image from Oracle:
https://www.oracle.com/java/technolog...
Java coffee cup image:
By Mark Anderson (work for hire for Sun Microsystems) - http://www.logoeps.com/java-eps-vecto..., Fair use, https://en.wikipedia.org/w/index.php?...
00:00 Welcome, what you need to know to get the most from this video
00:35 String properties
01:40 Who's the woman in the thumbnail?
02:18 Iterating over a collection / String
05:58 The increment operator
06:53 Accumulating / gathering
08:28 Most wanted holder
11:20 Sentinel loop
14:45 The increment operator, revisited
Watch video Looping patterns in Java (summing, find largest value, sentinel); Intro Java course Lesson 4 Video 2 online without registration, duration hours minute second in high quality. This video was added by user DesignCodeDebugRepeat 09 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8 once and liked it people.