From ad31bd3c244dd717beec7d0da1eccb4f4f4d1546 Mon Sep 17 00:00:00 2001 From: Dibyajeet3110 <54031838+Dibyajeet3110@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:58:09 +0530 Subject: [PATCH] Update strong.c --- strong.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strong.c b/strong.c index ccda832..75443f7 100644 --- a/strong.c +++ b/strong.c @@ -15,10 +15,10 @@ n=n/10; } printf("%d\n",sum); if(sum==x) -{printf("number is strong"); +{printf(" %d number is strong",x); } else -{printf("number is not strong"); +{printf(" %d number is not strong",x); } return 0; }