Mise à jour de mes travaux
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
int x, y, z;
|
||||
printf("entrez un entier : ");
|
||||
scanf("%d", &x);
|
||||
|
||||
while (y <= 10) {
|
||||
z = x*y;
|
||||
printf("%d * %d = %d", x, y, z)
|
||||
};
|
||||
Reference in New Issue
Block a user