Most algorithms follow the format of
A
Entering the input items, then displaying the input items, and then processing the output items
B
Entering the input items, then processing the output items, and then displaying the output items
C
Entering the input items, then processing the input items, and then displaying the output items
D
Entering the output items, then displaying the output items, and then processing the output items
E
Entering the output items, then processing the output items, and then displaying the output items
Correct Answer: Entering the input items, then processing the input items, and then displaying the output items