The if statement serves for bifurcating the execution of the instructions within the program.
if the condition of the if statement results in a boolean true(non-zero), the if code block executes, otherwise(boolean false, AKA zero) it does not.
We build and run the program several times, in each occasion modifying the resulting if conditional expression, so as to check how the program behaves with different conditions.
Showing posts with label if_statement. Show all posts
Showing posts with label if_statement. Show all posts
Saturday, 9 April 2011
Subscribe to:
Posts (Atom)