public class scorearray{
public static void main(String args[])
{
int i, j;
int score[]={45,85,84,95,40,20,60,78,41,55};
int count[]=new int[10];
for(i=0; i<=9; i++)
{
count[i]=1;
}
for(i=0; i<=9; i++)
{
for(j=0; j<=9; j++)
{
if(score[i]<score[j])
{
count[i]++;
}
}
System.out.print(score[i]+"는 "+count[i]+"등 입니다");
System.out.println();
}
}
}
이거 설명어케해? 이해못하겟어

인스티즈앱
차은우 인스타에 댓글 남긴 아덴 조..JPG