Initialization
This commit is contained in:
parent
86add3568e
commit
2b765f2bdd
@ -11,7 +11,7 @@ int main() {
|
|||||||
double result = 0.0;
|
double result = 0.0;
|
||||||
|
|
||||||
while (count < SIZE && scanf("%lf", &input) == 1) {
|
while (count < SIZE && scanf("%lf", &input) == 1) {
|
||||||
if (input == 'x') {
|
if (input = 'x') {
|
||||||
printf("\n x input \n");
|
printf("\n x input \n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user