Initialization

This commit is contained in:
Kozar 2024-03-05 11:12:59 +01:00
parent 3aea0e5196
commit 86add3568e

View File

@ -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;
}