Aktualizovat du3/program.c
This commit is contained in:
parent
8cd60a08c7
commit
2ddf7f57c9
@ -131,7 +131,7 @@ int main()
|
||||
//** konecna faza = vypisovanie vysledkov
|
||||
|
||||
//ak systematicka chyba
|
||||
if (isLineInvalid = true || op == 'N' || IsArithCorrect(strtof(num1Temp, strtofEndPtr),strtof(num2Temp, strtofEndPtr), op1) == -1)
|
||||
if (isLineInvalid = true || op1 == 'N' || IsArithCorrect(strtof(num1Temp, strtofEndPtr),strtof(num2Temp, strtofEndPtr), op1) == -1)
|
||||
{
|
||||
printf("CHYBA\n");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user