Algorithmique (7/14) - Structure sélective Selon (Structure Cas)

In an algorithm (or computer program), the multiple choice conditional structures Switch or Case (or selective structures known as switch-case) are used to replace the nested conditional structures and thus simplify the writing of instructions. Selective structures allow you to check which case is true and execute the associated processing. In this course we will see when and how to insert a selective structure in an algorithm.