check your understanding\nthe wait until block is a ______.\nc block that repeats the behaviors inside of it…

check your understanding\nthe wait until block is a ______.\nc block that repeats the behaviors inside of it forever.\nblock that interprets distance sensor input\ncontrol block that accepts boolean values\nblock that pins a motor to a set position
Answer
Brief Explanations:
The [Wait until] block in programming is a control - flow element that halts execution until a specified Boolean condition is met. It takes a Boolean value (true or false) as its condition for proceeding.
Answer:
Control block that accepts Boolean values