Initialization
This commit is contained in:
parent
6926cea8e8
commit
b72675d53d
@ -12,9 +12,7 @@ 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("-");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user