21. Conditional Operators
This tutorial will cover the conditional operators in VB.NET. Conditional operators are used mainly in math equations to compare two different numbers and then execute a set of code depending on if the condition is true or not. For example, a conditional operator could be used to decide if 5 is a larger number than 4. As the code constantly changes in this video tutorial, no source code is included.

