Browse Source

update l6.c

Stepan 2 tháng trước cách đây
mục cha
commit
72e32c7780
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;