122k views
16 votes
What is Selection statement?​

1 Answer

9 votes

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.

User Ifreak
by
4.6k points