debut TP07

This commit is contained in:
2023-09-25 14:57:44 +02:00
parent b831fe17be
commit b9b9fe9745
5 changed files with 52 additions and 0 deletions

13
DEV1.1/TP07/table.c Normal file
View File

@@ -0,0 +1,13 @@
#include <stdio.h>
#include <stdlib.h>
#define TAILLE 10
int main(void) {
double forme_nombre,taille_carre=TAILLE^2,tour;
for (tour=0;taille_carre>10;tour++){
taille_carre/=10;
forme_nombre++;
}
for
return EXIT_SUCCESS;
}