Control Structures Used In Algorithms

An algorithm has a finite number of steps. Some steps may involve decision-making and repetition. Broadly speaking, an algorithm may employ one of the following control structures: sequence decision repetition Sequence By sequence, we mean that each step of an algorithm is executed in a specified order Decision Decision statements are used when the execution … Read more