In Section 5.5 we introduced the two major forms of program flow control, brancing and iteration, and we demonstrated these concepts using the Java if-statement and the while-statement. These two statements are not the only ways to perform branching and iteration in Java. In this section we will explore many of the other options to do the same, and cover some additional important topics in the process.