Computer Applications

Which of the following will take action based on an action only once ?

  1. repeat until <condition>
  2. if <condition> then
  3. repeat ……….
  4. none of these

Scratch

2 Likes

Answer

if <condition> then

Reason — The if <condition> then block takes an action depending on a certain condition.

Answered By

2 Likes


Related Questions