Selection and Repetitions

Matching exercise

    
Match the items on the right to the items on the left.
if(10)
if(x)
if(a+b)
if(a = 99)
if(0)
TRUE
FALSE if x value is zero otherwise TRUE
FALSE if a+b value is zero otherwise TRUE
TRUE because a value is non-zero
FALSE