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