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