NSString *name = @"Alex";bool nameExists = name.length > 0;//name exists is 1int number = 7;bool isTen = number == 10;//isTen is 0