Relacionar Columnas A quick revision about types of variablesVersión en línea By Miss. Heba por Heba Asaad 1 boolean 2 float variable 3 integer variable 4 char variable 5 string variable job = 'teacher' a = 2.3 z = 56 name = 'h' In programming you often need to know if an expression is True or False.