what is the purpose of using condition blocks in programing
Answers
Answered by
1
Answer:
Explanation:
Conditional blocks allow a program to take a different path depending on some condition(s). These allow a program to perform a test and then take action based on the result of that test.
Similar questions