[amp_mcq option1=”sequence” option2=”loop” option3=”denial” option4=”selection” correct=”option3″]
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.