Initialization
This commit is contained in:
parent
8a4fdaf01b
commit
d36ee683ff
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user