From 6e6f47aceb2f8175e2f53d3a1c1fe080af382f62 Mon Sep 17 00:00:00 2001 From: Franck ALBARET Date: Fri, 19 Oct 2018 13:54:52 +0000 Subject: [PATCH] Display the greater / lower of two numbers --- EXO-04_plus_petit_plus_grand_nombre.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXO-04_plus_petit_plus_grand_nombre.cpp b/EXO-04_plus_petit_plus_grand_nombre.cpp index 39070ce..6c4c61a 100644 --- a/EXO-04_plus_petit_plus_grand_nombre.cpp +++ b/EXO-04_plus_petit_plus_grand_nombre.cpp @@ -7,7 +7,7 @@ int Nbr2; puts ("Quel est le premier nombre ?"); scanf ("%i",&Nbr); - puts ("Quel est le deuxième nombre ?"); + puts ("Quel est le deuxième nombre ?"); scanf ("%i",&Nbr2); { if (Nbr>Nbr2)