Initialization

This commit is contained in:
Kozar 2024-03-05 11:39:45 +01:00
parent 8a4fdaf01b
commit d36ee683ff

View File

@ -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++;