C-17-Q014mediumsingle_mcq
The if...else flowchart in the textbook shows that after the diamond decision shape, control branches into:
The if...else flowchart in the textbook shows that after the diamond decision shape, control branches into:
- aTwo paths — true and false
- bThree paths
- cA single path
- dA loop back to the start
ব্যাখ্যা
A decision (diamond) shape in a flowchart represents a yes/no test, so it produces exactly two outgoing paths — one for the true outcome and one for the false outcome. These correspond to the if and else blocks.