Aktualizovat du3/program.c
This commit is contained in:
parent
cb75fcc9d0
commit
41b3e58a1d
@ -37,7 +37,7 @@ float IsArithCorrect(float num1, float num2, char op, float result)
|
|||||||
|
|
||||||
if (calcResult == result)
|
if (calcResult == result)
|
||||||
{
|
{
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user