int x, y, z; printf("entrez un entier : "); scanf("%d", &x); while (y <= 10) { z = x*y; printf("%d * %d = %d", x, y, z) };