|
 |
 |
| Find Local Internet Providers |
3,530 ISPs to Choose From |
|
 |
|
 |
CONDITIONAL STATEMENT Definition We define CONDITIONAL STATEMENT |
CONDITIONAL STATEMENT - In programming, this is a type of command that controls the flow of a program based on whether certain conditions are met. The statement is normally set up in the form: IF (specific condition is met) THEN (do this action) ELSE (do this if the condition is not met). The "Else" statement or condition does not usually have to be listed specifically. It can be implied that if there is no type of Else statement then program flow continues normally if the condition is not met. Conditions can range from simple (x equals 3) to more complex conditions (x is not less than or equal to the number of characters in a string). |
|
|
 |
|
|
|
 |
|