/*********************************************************** write by tjm 用來找出第x名的學生 用來展示 陣列 ***********************************************************/ import java.io.*; public class demo17{ public static void main(String args[]) throws Exception { //程式進入點 String getbr; BufferedReader br= new BufferedReader(new InputStreamReader(System.in)); int i,x,j,k; float score[],inp; int flag; /*****請使用者輸入選項**********/ System.out.print("請輸入學生數:"); getbr = br.readLine(); x=Integer.parseInt(getbr);//取得學生數 score=new float[x]; //定義分數陣列 for (i=0;i0;j=j-1) { if (score[j-1]