16
QuizMultiple Choice

Use Data Structures — Cumulative exam

Question 16 of 25 • Introduction to Information Technology - EL3701

What happens when a Boolean expression is evaluated?

Answer
A
If the condition evaluates as True, then the next statement is executed.
B
If the condition evaluates as True, then nothing happens.
C
If the condition evaluates as False, then the next statement is false.
D
If the condition evaluates as False, then the next statement is executed.
Previous
Next
What happens when a Boolean expression is…