conditional statements are useful to computer programmers because\no they eliminate extra coding by reuse of…

conditional statements are useful to computer programmers because\no they eliminate extra coding by reuse of materials.\no they allow programmers to set conditions to be met for an action to take place.\no they use shorthand symbols to represent quantities.\no they are predefined for each programming language.
Answer
Brief Explanations:
Conditional statements in programming are used to execute code based on certain conditions. They allow programmers to specify when an action should occur. Reusing materials isn't their main function, they don't use shorthand for quantities, and while they have syntax in languages, that's not their key benefit.
Answer:
they allow programmers to set conditions to be met for an action to take place.