26.Why do we use conditions in Programming?
Answers
Answered by
0
Explanation:
Conditional statements check whether a programmer-specified Boolean condition is true or false. They make it possible to test a variable against a value/compare a variable with another variable and make the program act in one way if the condition is met, and another if it isn't.
Similar questions