why are conditional statements valuable to programmers? check all that apply. they provide a way for…

why are conditional statements valuable to programmers? check all that apply. they provide a way for programmers to add decision - making to a computer program. they allow programmers to specify conditions that must be met for an action to occur. they allow a program to evaluate multiple values within a statement. they allow programmers to set actions that will change the conditions. done
Answer
Brief Explanations:
Conditional statements enable decision - making in programs by specifying conditions for actions. They can evaluate multiple values to determine if an action should occur. They don't change conditions based on actions in the described sense here.
Answer:
They provide a way for programmers to add decision - making to a computer program. They allow programmers to specify conditions that must be met for an action to occur. They allow a program to evaluate multiple values within a statement.