question # 1 dropdown identify the order of steps in the structure of a program. other steps may be left…

question # 1 dropdown identify the order of steps in the structure of a program. other steps may be left out. step 1: input step 2: step 3:

question # 1 dropdown identify the order of steps in the structure of a program. other steps may be left out. step 1: input step 2: step 3:

Answer

Brief Explanations:

In a program's structure, after input comes processing where the data is manipulated and then output where the result of the processing is presented.

Answer:

Step 2: processing Step 3: output