Our app is now available on Google Play. Get it on Google Play

What is if-then block in scratch programming?

  1. It check certain conditions
  2. It runs forever
  3. It can repeat itself
  4. None of the above

Answer: It check certain conditions


Long Answer:

IF-THEN block is used to check certain conditions. If the condition is true, the code is executed. If the condition is false the code is ignored.