Computer Science, asked by abhisheksingh030805, 5 months ago

If the condition mentioned in the 'if' block is False, which statement will be executed first?
a. Block after if
b. Block after elif
c. Block after else
give me fast answer plzz jo ache se answer dega usko hum follow v krge​

Answers

Answered by jai696
12

Block after elif

Explanation:

If the if block is False, it will check if the condition in the elif block is true. If that isn't true, it will execute the code in the else block.

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Answered by AnushGudimetla
5

Answer:

Option (c) (block after else) will be executed first if the condition mentioned in the 'if' block is false.

The 'if' block usually takes true, but if there is false, it will take the function in the else block.

Mark this as Brainliest and follow me if this really helps (please, ok?)

Similar questions