________________ statement helps you to test a condition in a program. *
Answers
Answered by
0
Answer:
selection
Explanation:
Another way to make programs more user-interactive and flexible is to make the program able to handle more than one case. This is done by making use of selection statements. 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.
Answered by
0
Answer:
What makes programming so much more powerful are conditional statements. This is the ability to test a variable against a value and act in one way if the condition is met by the variable or another way if not. They are also commonly called by programmers if statements.
Explanation:
Similar questions