This commit is contained in:
Matej Hajduk 2025-09-24 14:54:04 +02:00
parent b0e1fae530
commit 685b1c260e

View File

@ -54,9 +54,9 @@ int main() {
if (strstr(norm_dish, h) != NULL) {
printf("%s\n", j);
double cis;
cis = feof(price);
printf("%.2f\n", cis);
double con = price;
printf("%.2f\n", con );
}
}