diff --git a/3-input.c b/3-input.c index f3b6625..e2cec63 100644 --- a/3-input.c +++ b/3-input.c @@ -8,6 +8,6 @@ int main(){ printf("Enter the value of b \n"); scanf("%d", &b); - printf("The sum of a & b is %d", a+b); + printf("The sum of a & b is :-%d", a+b); return 0; -} \ No newline at end of file +}