回覆列表
  • 1 # XIaoPan

    import java.util.*;

    * @author young

    *

    */

    public class He {

    public static void main(String[] args) {

    Scanner sc = new Scanner(System.in);

    String reg="^[0-9]+$" ;

    float[] s = new float[5];

    int count = 0;

    float avg = 0, sum = 0;

    System.out.println("輸入5個分數,以非數字結束:");

    while(true){

    String f = sc.nextLine();

    if(f.matches(reg)){

    s[count] = Integer.parseInt(f);

    }else {

    break;

    }

    count ++;

    }

    for(int j=0;j<s.length;j++){

    sum+=s[j];

    avg=sum/s.length;

    }

    System.out.println("平均分是:" + avg);

    System.out.print("大於平均分的分數是: ");

    for(float temp : s){

    if(temp > avg){

    System.out.print(" " + temp);

    }

    }

    }

    }

  • 中秋節和大豐收的關聯?
  • 一個男生跟一個女生(不是男女朋友關係)每天晚上都會打著語音電話睡覺,是什麼想法呢?