Conditional Repetition with Pseudocode
Just like with flowcharts where you can repeat a series of steps, you can repeat a series of steps in pseudocode. And just like with Flowcharts, we have two main types of repetition, conditional loops and counting loops. In this example we are going to work with conditional loops. Setting the Condition First we need…