1. Flowcharts
An algorithm is a series of steps that solve a particular problem or complete a task
S
● equence: a series of steps which are completed one after the other
● Selection: executing different steps depending on whether a condition is met (if statement)
● Iteration: repeating a certain number of steps based on a condition/counter (for/while loop)