Why do we use conditions in Programming? PLEASE TELL THE ANSWER IN SHORT
Answers
Answered by
2
Answer:
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. ... A program that has conditional statements is called a Conditional Program, and the process is known as Conditional Programming.
Answered by
0
Explanation:
it is use to make conditional type program
ex..
1-print even number or odd number.
Similar questions