Ajout des fichiers des séances précédentes

This commit is contained in:
2025-09-16 16:46:00 +02:00
parent f451fce786
commit 222dc0d00a
6 changed files with 40 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ int main(void) {
double x;
printf("entrez un nombre : ");
n = scanf("%lf", &x);
printf("%f\n", x,x,x,x,x,x);
printf("%f\n", x);
return EXIT_SUCCESS;
}