what is excuted is the condition is false
Answers
Answered by
1
Answer:
If the condition is false, the second set of statements is executed. Since the condition must either be true or false, exactly one of the alternatives will be executed. The alternatives are called branches, because they are branches in the flow of execution.
Similar questions