From 3cfcfa8907c3700ccfbd6e7a7618750f49fad017 Mon Sep 17 00:00:00 2001 From: hebaabraham <158020013+hebaabraham@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:02:58 +0530 Subject: [PATCH] Update add.c --- add.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/add.c b/add.c index d30993c..2b5770e 100644 --- a/add.c +++ b/add.c @@ -1,10 +1,10 @@ #include -int main() { +int main) { int num1, num2, sum; printf("Enter the first number: "); - scanf("%d", &num1); + scanf("%d", printf("Enter the second number: "); scanf("%d", &num2);