Computer Science, asked by mongammubashira, 7 months ago

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 OnlyHemant
2

\begin{lgathered}\frak{It}\begin{cases}\sf{Rules}\end{cases}\end{lgathered}

Answered by ritwikrajput20dec201
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