Computer Applications

Name the block used to perform an action or a set of actions only if some condition is true or another action has happened first

  1. repeat
  2. if
  3. check
  4. wait

Scratch

2 Likes

Answer

if

Reason — The if block is used to perform an action or a set of actions only if some condition is true or another action has happened first.

Answered By

1 Like


Related Questions