222k views
2 votes
Which code block completes a set algorithm when a condition is met?

Question 3 options:

if…else


repeat while


variable


list

1 Answer

1 vote

Answer: if else

because if a condition is met than run this if not then run this.

User Vivek Gupta
by
7.3k points