answer the following
1. Rahim is writing a scratch program. he has to check for a condition and perform an action according to the applicable condition. which command should he use from the control block ?
Answers
Answered by
2
Answered by
0
Answer: Conditional statements.
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