IDNLearn.com offers a user-friendly platform for finding and sharing answers. Get accurate and detailed answers to your questions from our knowledgeable and dedicated community members.
Answer:
Selection statements (sometimes called conditional statements) can be defined as code (statements) that is executed only when a certain condition is satisfied.Selection is a powerful tool to control when and which code statements will run.