...

/

Quiz on Control Flow

Quiz on Control Flow

Quiz on control flow features

We'll cover the following...

IF statements

Q

True or False: Variables declared by an if statement are only in scope until the end of the if and its corresponding else.

A)

True

B)

False