Matching Pairs A quick revision about types of variablesOnline version By Miss. Heba by Heba Asaad 1 char variable 2 float variable 3 string variable 4 boolean 5 integer variable name = 'h' job = 'teacher' a = 2.3 z = 56 In programming you often need to know if an expression is True or False.