Изменил(а) на 'cv1/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-10-01 16:51:15 +00:00
parent b444c8f356
commit 101e2a9cba

View File

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