From fa4316a12acf580ac6204a045672e5bee9983293 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 25 Mar 2003 04:37:15 +0000 Subject: [PATCH] Se agrega un mensaje al pedir los valores. --- ejercicio1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ejercicio1.c b/ejercicio1.c index 97a621c..998ed1e 100644 --- a/ejercicio1.c +++ b/ejercicio1.c @@ -62,6 +62,7 @@ int main(void) { * TODO - hacerlo independiente de la cantidad (usando CANT), * parseando a mano. */ + printf("Ingrese la lista de números (10 máximo) separados por comas (,): "); if (scanf( SCANF_STRING, &valores[0], -- 2.43.0