Initialization
This commit is contained in:
parent
5b6b36cfb7
commit
ae457ca468
@ -12,7 +12,9 @@ int main() {
|
|||||||
double result = 0.0;
|
double result = 0.0;
|
||||||
|
|
||||||
while (count < SIZE) {
|
while (count < SIZE) {
|
||||||
|
printf('+');
|
||||||
if (scanf("%lf", &input) != 1 && input != '\n') {
|
if (scanf("%lf", &input) != 1 && input != '\n') {
|
||||||
|
printf('-');
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user