Skip to content
Snippets Groups Projects
Commit 54a7f9c6 authored by JieunYoon's avatar JieunYoon
Browse files

Update README.md

parent 76882492
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
1. 학생들의 성적을 입력받아 배열에 넣는다. 1. 학생들의 성적을 입력받아 배열에 넣는다.
2. 성적을 입력해서 저장한 후 배열을 한 번 출력한다. 2. 성적을 입력해서 저장한 후 배열을 한 번 출력한다.
3. 2개의 thread를 만든다. 3. 2개의 thread를 만든다.
4. 첫번째 thread에서는 성적의 평균과 합을 구한다. 4. sthread1 : 성적의 평균과 합을 구한다.
5. 두번째 thread에서는 성적순으로 sorting하여 출력한다. 5. sthread2 : 성적순으로 sorting하여 출력한다.
### 실행방법 ### 실행방법
```C ```C
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment