Which block of statement will be executed if, in a conditional expression, the condition evaluates to false? A)else B)if C)both D)None of these
Answers
Answered by
26
Answer:
The second block is an else block. This block contains the statements which will be executed if the value of the test-expression becomes false. In our program, the value of num is greater than ten hence the test-condition becomes false and else block is executed.
Answered by
33
Answer:
else block is the correct answer
Explanation:
please follow me and give thanks
Similar questions