{{{ //이거는 친구 뽀리란 넘이 자료를 준것입니다... //요것만 한다면 루프에 대한 이해는 끝이 날 것입니다.. //개념에 속하는 것은 관련 책을 참고하시기 바랍니다... #include #include //#include /* void printStar(int stars) { for(int i=0; i=max/2) stars+=2; else stars-=2; if(stars<1) stars=3; putch('\n'); } return 0; } */ /* void printStar(int stars) { for(int i=0; i=max/2) stars-=2; else stars+=2; putch('\n'); } return 0; } */ /* void printStar(int stars) { for(int i=0; i=max/2) stars-=2; else stars+=2; putch('\n'); } return 0; } */ /* void printStar(int stars) { for(int i=0; i