https://github.com/likelasttime/student-grade-management
https://github.com/likelasttime/student-grade-management
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/likelasttime/student-grade-management
- Owner: likelasttime
- Created: 2021-02-13T10:18:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T09:25:38.000Z (over 5 years ago)
- Last Synced: 2025-03-13T17:17:32.938Z (over 1 year ago)
- Language: C++
- Size: 8.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 학생부 성적 프로그램
c++을 이용
### 주요기능
1. 학생 정보 입력
2. 학생 정보 출력
3. 학생 정보 수정
4. 학생 정보 삭제
5. 프로그램 종료

- 번호, 이름, 나이, 국어, 수학, 영어를 입력받음.
- 학생 정보 출력시 번호, 이름, 나이, 국어, 수학, 영어, 총점, 평균, 등수가 출력됨.
- 학생 정보를 수정 또는 삭제할 때 **번호**를 이용.