Which of the following statement is incorrect in the context of selection statement:
a. Test expression is a valid conditional expression which evaluates to
true or false
b. If the test expression evaluates to false the statement(s) following the
if are executed.
c. If the test expression evaluates to false the statement(s) following the
else are executed.
d. Multiple statements can become true in if….elif…else statement.
Answers
Answered by
0
Answer:
true I am not sure A one is true
Similar questions