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