서식 문자를 사용하여 다음과 같이 출력되는 프로그램을 작성하라.
![]() I can program well. Dreams come true. |
[코드]
#include <stdio.h>
int main() {
printf("I can program well. \n");
printf("Dreams come true. \n");
printf("Dreams come true. \n");
return 0;
}
}
'코딩 > Language Coder' 카테고리의 다른 글
507 : 출력 - 자가진단7 (0) | 2018.04.14 |
---|---|
506 : 출력 - 자가진단6 (0) | 2018.04.14 |
504 : 출력 - 자가진단4 (0) | 2018.04.13 |
503 : 출력 - 자가진단3 (0) | 2018.04.13 |
502 : 출력 - 자가진단2 (0) | 2018.04.13 |