determinati tipul urmatoarelor constante :
constante a =29.1;
b=true
c= 18

Întrebare

Clasă: Education Materie: informatica
determinati tipul urmatoarelor constante :
constante a =29.1;
b=true
c= 18
Întrebare a fost pusă de:
127 Vezi 127 Răspunsuri

Răspuns (127)

Cel mai bun răspuns
(130)
a = 29.1 -> de tip floating point (float)
b = true -> de tip boolean (bool)
c = 8 -> de tip integer (int)