Изменил(а) на 'cv1/program.c'
This commit is contained in:
parent
b444c8f356
commit
101e2a9cba
@ -98,7 +98,7 @@ int main(){
|
||||
for(int i = 0; i < numberOfOrder; i++){
|
||||
if(wordComparison(orders[i].fixedName, ingredient)){
|
||||
printf("%s", orders[i].brokenName);
|
||||
printf("%s\n", orders[i].price);
|
||||
printf("%0.2\n", atof(orders[i].price));
|
||||
}
|
||||
}
|
||||
printf("Nacitanych %d poloziek.\n", totalAmount);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user