U E D R , A S I H C RSS

새싹교실/2011/學高/6회차



1.




  ***** *****
  ****   ****
  ***     ***
  **       **
  *         *

  • 개념 렵게 낸 래 끝 두 다.

2. 2011 4 11


2.1. 님:

2.1.1. 가르(fact)

  • relational operator
  • logical operator
  • automatic type conversion, type casting
  • if, ternary conditional operator, switch, dangling-else problem
  • while, do-while, for: 빠르게 나갔므로 보강 과 더다.

2.1.2. 기 반 (feeling/finds)

  • 로 2 모두 동는 모르겟만 난
  • 늦게 다.

2.2. : 김


2.2.1. (fact)

래되 난다 ㅜㅜ
반복문,문, 다..
( ㅜㅜ 당)

2.2.2. 기 반 및 고 (feeling/finds)

빨리 .

2.2.3.

#include <stdio.h>

int main(){

int i, j;
for(i=1;i<=5;i++){
for(j=5;j>=i;j--)
printf("*");
for(j=1;2*i-1>=j;j++)
printf(" ");
for(j=5;j>=i;j--)
printf("*");
printf("\n");
}
return 0;
}
// 다른 방법 ..ㅋㅋ


2.3. :

2.3.1. (fact)


2.3.2. 기 반 및 고 (feeling/finds)


2.3.3.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:42
Processing time 0.0141 sec