Update cv1/program.c
This commit is contained in:
parent
2c96efe9ae
commit
c770736dc3
@ -41,7 +41,8 @@ int main(void) {
|
||||
found = 1;
|
||||
|
||||
replace(menu[i].dish);
|
||||
printf("Chcete to to: %s, Cena: %.2f\n", menu[i].dish, menu[i].price);
|
||||
replace(menu[i].category);
|
||||
printf("Chcete to to:%s %s, Cena: %.2f\n",menu[i].category, menu[i].dish, menu[i].price);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user