which statement in visual basic is used for conditional branching
Answers
Answered by
3
A branch is a point at which your program must make a choice. With these data structures, it is now possible to make programs that can have multiple outcomes. You may be familiar with the first type from Algebra , an If-Then statement, or If P then Q . And they work pretty much the same. Another type is the Select Case , this may prove to be easier at times.
Another name for this concept is conditional clauses . Conditional clauses are blocks of code that will only execute if a particular expression (the condition) is true.
Similar questions
Math,
7 months ago
Geography,
7 months ago
Environmental Sciences,
1 year ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Science,
1 year ago
Math,
1 year ago