224k views
2 votes
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.

User Wellie
by
4.7k points

2 Answers

3 votes

Answer:

1,2 and 3

Step-by-step explanation:

User Parsaria
by
4.3k points
2 votes

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.

Step-by-step explanation:

User BgRva
by
4.1k points