Decision Making
Decision Making
Decision making structures require that the programmer specify one or more conditions to
be evaluated or tested by the program, along with a statement or statements to be
executed if the condition is determined to be true, and optionally, other statements to be
executed if the condition is determined to be false.
Following is the general form of a typical decision making structure found in most of the
programming languages −
VB.Net provides the following types of decision making statements. Click the following
links to check their details.
Statement Description
https://www.tutorialspoint.com/vb.net/vb.net_decision_making.htm 1/2
9/12/24, 9:14 AM VB.Net - Decision Making
nested Select Case You can use one select case statement inside another
statements select case statement(s).
https://www.tutorialspoint.com/vb.net/vb.net_decision_making.htm 2/2