Download presentation
Presentation is loading. Please wait.
2
목차
3
6.1 반복이란?
4
6.1 반복이란?
5
6.1.1 반복문의 종류
6
6.2 while문
7
6.2.1 while 문의 실행과정
8
6.2.1 while 문의 실행과정
9
6.2.1 while 문의 실행과정
10
6.2.2 예제 gugu.c
11
6.2.3 while를 이용한 합
12
6.2.4 예제 sum.c
13
6.2.5 센티널
14
6.2.6 예제 average.c
15
6.2.7 while를 이용한 최대공약수
16
6.2.8 예제`gcd.c
17
6.3 do-while 문
18
6.3.1 예제 menu.c
19
6.3.2 글자 게임 예제 game.c
20
6.4 for문
21
6.4.1 for문의 실행과정
22
6.4.1 for문의 실행과정
23
6.4.2 예제 sum_for.c
24
6.4.3 예제 draw_box.c
25
6.4.4 예제 factorial.c
26
6.4.5 while 루프와 for 루프와의 관계
27
6.4.6 다양한 증감수식의 형태
28
6.5 중첩 반복문
29
6.5.1 예제 nested_loop1.c
30
6.5.2 예제 nested_loop2
31
6.6 break와 continue
32
6.6.1 예제 square_root.c
33
6.6.2 예제 average1.c
34
6.6.3 continue문
35
6.6.4 예제 to_upper.c
36
Q n A
Similar presentations