Java Tutorial #3 – Flow Control: Part 1
In tutorial 3, we cover the first part of flow control. Flow control is what allows us to tell a program how or what we want to execute, given certain conditions. This tutorial covers if statements, if-else statements, and while loops. http://www.javaomatic.com/javalesson3.html