An illustration shows a code segment:

"{
if ((count % 2) == 0)
cout << next;
count++;
cin.get(next);
}" with “if((count % 2)==0)” annotated as "True if count is even."