Initialization

This commit is contained in:
Kozar 2024-03-05 11:14:36 +01:00
parent 86add3568e
commit 2b765f2bdd

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