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