Controlling Your Program using Java Programming
Previous | Home | Next |
java programs are controlled using control statements.selection statements ,iteration and jumping statements
Selection statements:- we will learn how to use if-then, if-the else and switch statements in Java programming.
if,if else are selection statements which we have discussed already in previous pages.i
Iteration :-java provide three iteration statements for,while,do while
jumping statement:- java provide two jumping statements break and continue
all three type of statements are discussed previosly
* Iteration * Jumping
Previous | Home | Next |