The first tool a software engineer needs to learn about is a debugger and breakpoints. Together, they will allow you watch your code run line by line so that you can see exactly what each line of code is doing. We will use that watch exactly how a while loop runs.
This video is part of a series that accompanies the book, "A Developer's Approach to Java." Designed to teach good software engineering practices like test-driven development from the beginning, this is a unique, hands-on way to learn Java programming.
Email me at wizard.craft.code@gmail.com
Ещё видео!