The elsif statement can add many alternatives to if/else statements.
True
False
Correct Answer: A — True
Explanation:
We can add many conditions between if/else statements using elsif conditional statement.