Question Adrienne is creating a program that shows the user how to do yoga. There will be 10 poses shown in order when the user presses the start button. What kind of program is this? (1 point) Responses selection selection conditional conditional iteration iteration sequence

1 answer

The program described is best categorized as a sequence. This is because it will show the 10 poses in a specific order when the user presses the start button, which indicates a linear flow of actions without conditions or iterations.