June 2024
Beginner
976 pages
16h 34m
English
In contrast to the single-alternative decision structure, this type of decision control structure includes a statement or block of statements on both paths.

If Boolean_Expression evaluates to True, the statement or block of statements 1 is executed; otherwise, the statement or block of statements 2 is executed.
The general form of the Visual Basic statement is
In the next example, the message “You are an adult” is displayed when the user ...
Read now
Unlock full access