ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
새싹교실/2011/學高/6회차
Contents
1
.
2
.
2011
4
11
2.1
.
:
2.1.1
.
르
내
(fact)
2.1.2
.
및
(feeling/finds)
2.2
.
:
2.2.1
.
배
내
(fact)
2.2.2
.
및
(feeling/finds)
2.2.3
.
2.3
.
:
2.3.1
.
배
내
(fact)
2.3.2
.
및
(feeling/finds)
2.3.3
.
/2011/學
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
.
¶
EditText
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:29:42
Processing time 0.0131 sec