Initialization

This commit is contained in:
Kozar 2024-03-07 12:48:52 +01:00
parent 6926cea8e8
commit b72675d53d

View File

@ -12,9 +12,7 @@ int main() {
double result = 0.0;
while (count < SIZE) {
printf("+");
if (scanf("%lf", &input) != 1 && input != '\n') {
printf("-");
break;
}