LOGICAL OPERATORS So far, we have used only simple conditions with the If/Then/Else statements. Visual Basic lets you test more than one condition. To include two or more conditions, the extra conditions have to be linked by logical operators.
There are three logical operators: 1. AND 2. OR 3. NOT