All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h Czech (cs) | == Operátory == *Definujte funkce, které provádí příslušné logické operace: <code>not', and', or', nand', xor', impl', equ'</code> *Definujte 'standardní' prioritu pro případ, kdy je použijeme jako operátory. *Implemenetujte funkci která vytiskne pravdivostní tabulku logického výrazu. |
h English (en) | == Operators == *Define following functions that performs corresponding logic operations: <code>not', and', or', nand', xor', impl', equ'</code> *Define the 'standard' priority for all these functions, if they are used as operators. *Create a function that prints the truth table of a given logical expression for two variables. |