update l6.c

This commit is contained in:
Stepan 2026-05-07 20:19:53 +03:00
parent d334435628
commit 72e32c7780

2
c/l6.c
View file

@ -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;