From e9e900a5f77d1c8bf9942d6618507d8c8ce1a2ce Mon Sep 17 00:00:00 2001 From: kislaykaushik <61644529+kislaykaushik@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:38:29 +0530 Subject: [PATCH] Update strong.c --- strong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strong.c b/strong.c index ccda832..1e4f2a0 100644 --- a/strong.c +++ b/strong.c @@ -1,7 +1,7 @@ #include int main() {int d,i,x,n,fac,sum=0; -printf("enter the number="); +printf("enter the number= "); scanf("%d",&x); n=x; while(n>0)