mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-21 22:05:19 +02:00
* Update README.zh-tw.md * Update README.zh-tw.md * Update README.zh-tw.md * Update README.zh-tw.md * Update README.de.md * Update README.es.md * Update README.zh-cn.md * Update README.hi.md * Update README.hi.md * Update README.id.md * Update README.it.md * Update README.it.md * Update README.ja.md * Update README.ko.md * Update assignment.ko.md * Update README.ko.md * Update README.ko.md * Update README.ms.md * Update README.pt.md * Update README.de.md * Update README.md * Update README.de.md
14 lines
542 B
Markdown
14 lines
542 B
Markdown
# 배열 순회하기
|
|
|
|
## 설명
|
|
|
|
1-20 사이의 숫자 중 모든 세 번째 숫자를 나열해 콘솔에 출력하는 프로그램을 만들어봅니다.
|
|
|
|
> 팁: for-loop 를 사용하고 순회 표현식을 수정해봅니다.
|
|
|
|
## 평가 기준
|
|
|
|
기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안
|
|
--- | --- | --- | ---
|
|
| | 프로그램이 올바르게 동작하며 설명하는 주석이 있는 경우 | 프로그램을 설명하는 주석이 없는 경우 | 프로그램이 불완전하거나 버그가 있는 경우
|