This document discusses conditional statements in VB.NET. It describes if statements, including if-then, if-then-else, and if-then-elseif statements. It also covers nested if statements. Additionally, it explains select case statements and their different forms for exact matches, relational tests, and range checks.