debut TP07
This commit is contained in:
13
DEV1.1/TP07/table.c
Normal file
13
DEV1.1/TP07/table.c
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user