Examples
Assume count = 0, limit = 10;
(count == 0) && (limit < 20)
count == 0 && limit < 20
(limit > 20) || (count < 5)
!(count == 12)
(count == 1) && (x < y)
(count < 10) || (x < y)
Previous slide
Next slide
Back to first slide
View graphic version