Multiple choice

Which branching statement(s) is/are used to cause certain actions within a program if a certain condition is met?

  1. If-else statements

  2. Looping statements

  3. For/Next statement

  4. GoTo Label statement

  5. Select Case statement

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

If-else branching statements are used to cause certain actions within a program if a certain condition is met.