All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h Czech (cs)* Na přednáškách byly diskutovány některé základní datové typy: <code> Int, Double, Bool, Char</code>. Přiřaďte předcházejícím výrazům nejvhodnější z těchto základních datových typů. Váš tip je možné ověřit využitím operátoru <code>::</code>. Například pro první výraz předpokládejme, že jeho výsledný typ je <code>Int</code>. Můžeme manuálně přetypovat výsledek na celé číslo a toto ověřit.
 h English (en)* At presentations, we have spoken about some basic types: <code> Int, Double, Bool, Char</code>. For each of previous expressions assign them the most appropriate of these basic data types. You can verify your guess by using <code>::</code>. For example, for the first expression, let's assume it is <code>Int</code>. We can cast the result to integer and get the following result.