Stepan hace 2 meses
padre
commit
72e32c7780
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      c/l6.c

+ 1 - 1
c/l6.c

@@ -2,7 +2,7 @@
 
 int main() {
     int pol;
-    printf("Enter number ");
+    printf("Enter 3 number ");
     scanf("%d", &pol);
     int x1 = pol % 10;
     int x2 = (pol / 10) % 10;