1
AssignmentMultiple Select

Variables and Data Types

Question 1 of 1 • Introduction to Information Technology - EL3701

Which statements describe an If statement? Check all that apply.

Answer
A
A conditional If statement is used when the programmer wants decision-making included in the code.
B
A conditional If statement executes code when the condition returns a value of false.
C
A conditional If statement executes a piece of code when one statement is false and the following statement is true.
D
A conditional If statement tests whether the condition following it is true or false before executing a specified part of the code.
Which statements describe an If statement? Check…