Computer Science, asked by tirthsingh223, 4 months ago

5.
If in a conditional expression, the condition evaluates to false, then which block of statements will be
executed first?
a. else
b. If
c. both a and b
d. None of these
bahi bata do plz​

Answers

Answered by akshitcrew
9

Answer:

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 lathamadhu48788
2

Answer:

if

Explanation:

please mark me as brainlist

Similar questions