Computer Applications

Which of the following are conditional blocks?

  1. Repeat
  2. if
  3. Forever
  4. if-else

Scratch

5 Likes

Answer

if and if-else

Reason — if and if-else blocks perform a certain function if a particular condition is true or false. Hence, they are conditional blocks.

Answered By

1 Like


Related Questions