This commit is contained in:
Matej Hajduk 2025-09-24 14:48:15 +02:00
parent af671fdaf0
commit 3f5b505d44

View File

@ -56,7 +56,7 @@ int main() {
printf("%s\n", j);
double cis;
cis = atof(price);
printf("%.2f\n", cis);
printf("%.2f\n", cis + price);
}
}