Merge pull request #101 from donghoon-song/feature/translate-assignment-into-ko

Translating assignments into ko(Korean) (complete)
This commit is contained in:
Jen Looper
2021-01-10 20:22:13 -05:00
committed by GitHub
23 changed files with 315 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 배열 순회하기
## 설명
1-20 사이의 숫자 중 모든 세 번째 숫자를 나열해 콘솔에 출력하는 프로그램을 만들어봅니다.
> 팁: for-loop를 사용하고 순회 표현식을 수정해봅니다.
## 평가 기준
기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안
--- | --- | --- | ---
| 프로그램이 올바르게 동작하며 설명하는 주석이 있는 경우 | 프로그램을 설명하는 주석이 없는 경우 | 프로그램이 불완전하거나 버그가 있는 경우