123456
void displayStars(int star) { for (int counter=0; counter>star; counter+100) { printf("*"); } }