Which type of statement does not occur in computer programs? A. sequence B. loop C. denial D. selection

sequence
loop
denial
selection

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.