Unit Test Answers

1 verified answers
1
Free Preview

Which choices correctly describe an Else statement? Check all that apply.

A
a conditional statement that will show different information if the answer to the If statement is true
B
a conditional statement that will show different information after the If statement answer is false
C
a statement that contains the code to be executed when the If value is false or zero
D
a conditional statement that runs a piece of code when all program statements are true

Did you find these answers helpful?