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

@@ -1,12 +0,0 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
int n;
double x;
printf("entrez un nombre : ");
n = scanf("%lf", &x);
printf("%f\n", x);
return EXIT_SUCCESS;
}

View File

@@ -1 +0,0 @@
jabbar@salle224-01.6268:1757929846

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;
}