sequence
loop
denial
selection
Answer is Right!
Answer is Wrong!
The correct answer is C. denial.
A sequence statement is a group of statements that are executed one after the other. A loop statement is a group of statements that are executed repeatedly until a certain condition is met. A selection statement is a group of statements that are executed based on a condition.
A denial statement is not a valid type of statement in computer programs.