update l6.c
This commit is contained in:
parent
d334435628
commit
72e32c7780
1 changed files with 1 additions and 1 deletions
2
c/l6.c
2
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue