VB.NET CONTROL STATEMENT
In VB.NET, the “control statements are the statements that controls the execution of the program on various level like decision making (If) – repeat executing (loop) - branching level decision (select case – end case ) “
VB.NET DECISION MAKING STATEMENT
It is useful for determining whether a condition is true or not. If the condition is true, a single or block of statement is executed. In the control statement, we will use if- Then, if Then Else, if Then ElseIf statement.
Use comparison / relation operator for decision making
VB.NET provides the following conditional or decision-making statements.
o If-Then Statement [1-condition , 1-decision]
o If-Then Else Statement [1-condition , 2 -decision ]
o If-Then ElseIf Statement [N-condition , N+1 -decision ]
Thanks for watching - sharing and Like