From 2b765f2bdd22e8c9d778e2288b5e52aef5998808 Mon Sep 17 00:00:00 2001 From: ak643du Date: Tue, 5 Mar 2024 11:14:36 +0100 Subject: [PATCH] Initialization --- cv3/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cv3/program.c b/cv3/program.c index 01b6a13..1ce1c6a 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -11,7 +11,7 @@ int main() { double result = 0.0; while (count < SIZE && scanf("%lf", &input) == 1) { - if (input == 'x') { + if (input = 'x') { printf("\n x input \n"); break; }