ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The elsif statement can add many alternatives to if/else statements.
Correct Answer: A — True
We can add many conditions between if/else statements using elsif conditional statement.