The Makeup of an Algorithm
An algorithm is made up of a set of “basic steps” that are followed sequentially.
Each algorithm must have a single “entry” point from which the algorithm is started.
Each algorithm must have one or more “exit” points that indicate when the algorithm is finished.