From 72e32c778028b1add9091be9fac9edc078b4a656 Mon Sep 17 00:00:00 2001 From: Stepan Date: Thu, 7 May 2026 20:19:53 +0300 Subject: [PATCH] update l6.c --- c/l6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/l6.c b/c/l6.c index d8ad019..145fd95 100644 --- a/c/l6.c +++ b/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;