R repeat

1 개요[ | ]

R repeat
total = 0
i = 1
while( i <= 10 ) {
    total = total + i
    i = i + 1
}
total

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}