성적구하기
페이지 정보
작성일 23-12-20 13:59
본문
Download : 성적구하기.doc
`);
printf(`n ======================================n`);
for ( i=0 ; i<=19 ; i++ )
{
student[i][0] = (float)(i+1); // 번호 자동입력
printf(` Input three score ... `);
scanf(`%f %f %f`,&student[i][1],&student[i][2],&student[i][3]); // 점수 입력
student[i][4] = student[i][1]+student[i][2]+student[i][3]; // 총점 구하기
student[i][5] = student[i][4]/3 ; …(skip)
설명
Download : 성적구하기.doc( 76 )
성적구하기에 대한 글입니다.
}
}
//성적구하기 2
#include
void main()
{
float student[20][6],temp[6];
int i,j,k,rank=1;
printf(`n ======================================`);
printf(`n 입력은 물리 컴퓨터 수학 순으로 `);
printf(`n 항목별 스페이스를 하시기 바랍니다.성적구하기 , 성적구하기기타레포트 ,
레포트/기타
다.
성적구하기
순서



,기타,레포트
성적구하기
성적구하기에 대한 글입니다. void print_star(int cnt)
{
int j;
for ( j=1 ; j<=cnt ; j++ )
{
printf(`*`); // 점수대별 인원만큼 *을 출력한다.