...

/

Quiz: Executing Selective Instructions

Quiz: Executing Selective Instructions

This lesson intends to test your understanding of Selective Instructions.

We'll cover the following...
1

What happens when the condition in if (condition) is true?

A)

code gets executed

B)

code block followed by if (condition) gets executed

C)

program control goes to the else statement

Question 1 of 50 attempted