From 684b4d8b8179b4311c66192a61c4d21f7ed3c076 Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 7 Mar 2024 12:47:17 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cv3/program.c b/cv3/program.c index 834d2fa..ae3285b 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -12,9 +12,7 @@ int main() { double result = 0.0; while (count < SIZE) { - printf("+"); - if (scanf("%lf", &input) != 1 && input != '\n') { - printf("-"); + if (scanf("%lf", &input) != 1) { return 0; }