rudin_.log
로그인
rudin_.log
로그인
[swift] 70. repeat while
RudinP
·
2023년 10월 26일
팔로우
0
swift
스터디
0
Study
목록 보기
97/258
repeat while
do while과 동일한 형태
일단 실행 후 조건 체크
큰 차이점은 없으나 실행 순서가 다름
var
count
=
11
let
max
=
10
repeat
{
count
+
=
1
print
(
"
\(
count
)
"
)
}
while
count
<
max
//12
RudinP
iOS 개발자가 되기 위한 스터디룸...
팔로우
이전 포스트
[swift] 69. while 반복
다음 포스트
[swift] 71. get computed property
0개의 댓글
댓글 작성