8. Why do we use conditions in Programming? please fast guys
Answers
Answered by
1
Answer:
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 byprogrammers if statements. To know if a condition is True of False, we need a new type of data: the booleans. They allow logical operations.
Explanation:
Answered by
1
Answer:
we use condition in programming so as to get boolean values and to get answers according condition.
Explanation:
Similar questions