Aktualizovat du3/program.c

This commit is contained in:
Tomáš Vlček 2026-03-19 01:25:22 +00:00
parent cb75fcc9d0
commit 41b3e58a1d

View File

@ -37,7 +37,7 @@ float IsArithCorrect(float num1, float num2, char op, float result)
if (calcResult == result)
{
return 0;
return 1;
}
return 0;