diff --git a/b1-algo/c1-ALGORITHMIQUE.md b/b1-algo/c1-ALGORITHMIQUE.md index 5b5bba1..cffd7b7 100644 --- a/b1-algo/c1-ALGORITHMIQUE.md +++ b/b1-algo/c1-ALGORITHMIQUE.md @@ -18,14 +18,18 @@ ## structures un structure est une technique "d'embrachement". + ### structure conditionelle - si alors sinon + > si (condition) alors >   _action 1_ > sinon >   _action 2_ > fin si + - selon cas + > selon reponse >     cas "bonjour" >       _action 1_