counter++; if (counter == 10) { printf("Yeah !\n"); } else { printf("No.\n"); }
First...
Second
And third.