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