Grid Environment 4


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