From 6257ff32bd811aaf6c72afe3f4624ba7d7cfda56 Mon Sep 17 00:00:00 2001 From: Juan Date: Thu, 9 Dec 2021 10:39:50 +0100 Subject: [PATCH] =?UTF-8?q?d=C3=A9but=20du=20cours=201=20d'algo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- b1-algo/c1-ALGORITHMIQUE.md | 4 ++++ 1 file changed, 4 insertions(+) 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_