Unit Test Answers

1 verified answers1 views
1
Free Preview

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

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.

Did you find these answers helpful?

Unit Test Answers — VA-Information Technology…