Initialization

This commit is contained in:
Kozar 2024-03-07 12:43:05 +01:00
parent 5b6b36cfb7
commit ae457ca468

View File

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