From d36ee683ffc51a470246569714dcf5fb98e4384e Mon Sep 17 00:00:00 2001 From: ak643du Date: Tue, 5 Mar 2024 11:39:45 +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 30f40e5..10995b9 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -15,7 +15,7 @@ int main() { while (count < SIZE && scanf("%c", &input) == 1) { ivrt = atof(input); if (ivrt == 0.00){ - printf("String \n"; + printf("String \n"); } coefs[count] = input; count++;