Comparison of The Different Conditional Constructs
This lesson compares the different conditional constructs we have studied so far.
We'll cover the following...
We'll cover the following...
Use if Statement
Use an if statement if:
- It is desired to test the truthiness of an expression
- There is a single affirmative test
- There is a