what is selection statement? write its type
Answers
Answered by
3
Answer:
Selection statements allow a program to test several conditions, and execute instructions based on which condition is true. That is why selection statements are also referred to as conditional statements.
Explanation:
Please mark me as brainliest
Answered by
10
Answer:
Selection statements allow a program to test several conditions, and execute instructions based on which condition is true. That is why selection statements are also referred to as conditional statements.
Similar questions