2. Why do we use conditions in programming?
Answers
Answered by
1
Conditions allow us to control what the program does and perform different actions based on these “if, then” logic statements. What makes computer programs great is the ability to interact with a user- this is only possible with conditions that direct this type of interaction.
Similar questions