Your friend Aria is complaining that programming seems too complicated. She says, “Why do we need things like sequence, selection, iteration, and variables? It’s too much to bother with.” Explain to Aria what control structures like sequence, selection, and iteration do and why they are needed. Then tell her why variables are important in programming.

Respuesta :

Answer: A sequence is a basic algorithm. A set of logical steps is carried out in order. A Selection and coding is the section of code that is only carried out if the conditions are met. A iteration is A line of code that is being repeated until the desired results has come out. A variable is a value that can change when the condition is changed your information passed through the program.

Explanation: