From c03c3874daa31f37aafffac7bbbe5da157522290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?= <8332024+o2444091281@user.noreply.gitee.com> Date: Mon, 12 Apr 2021 11:30:54 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E9=BB=84=E9=94=9F=E5=AE=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\225\260\347\273\204\346\216\222\345\272\217.txt" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" diff --git "a/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" "b/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" new file mode 100644 index 0000000..512a5c2 --- /dev/null +++ "b/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" @@ -0,0 +1 @@ +如果一个数组保存元素是有序的(从大到小),向这个数组中插入一个数,使得插入后的数组元素仍然保持有序。 \ No newline at end of file -- Gitee From cccb9eaa0db4a80559ef9fcb3b28207a5163555d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?= <8332024+o2444091281@user.noreply.gitee.com> Date: Wed, 14 Apr 2021 19:03:15 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E6=95=B0=E7=BB=84=E7=BB=83=E4=B9=A0/=E9=BB=84=E9=94=9F?= =?UTF-8?q?=E5=AE=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\225\260\347\273\204\346\216\222\345\272\217.txt" | 1 - 1 file changed, 1 deletion(-) delete mode 100644 "\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" diff --git "a/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" "b/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" deleted file mode 100644 index 512a5c2..0000000 --- "a/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/\346\225\260\347\273\204\346\216\222\345\272\217.txt" +++ /dev/null @@ -1 +0,0 @@ -如果一个数组保存元素是有序的(从大到小),向这个数组中插入一个数,使得插入后的数组元素仍然保持有序。 \ No newline at end of file -- Gitee From 34361272b99c61e49d825588a717755093a22cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?= <8332024+o2444091281@user.noreply.gitee.com> Date: Wed, 14 Apr 2021 19:04:09 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E9=BB=84=E9=94=9F=E5=AE=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Jave\345\244\215\344\271\240.java" | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 "\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" diff --git "a/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" "b/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" new file mode 100644 index 0000000..090701d --- /dev/null +++ "b/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" @@ -0,0 +1,58 @@ +package Class10086; + +import java.util.Scanner; + +import javax.swing.text.StyledEditorKit.ForegroundAction; + +public class Siyue012 { +// - 需求:在编程竞赛中,有6个评委为参赛的选手打分,分数为0-100的整数分。 +// 选手的最后得分为:去掉一个最高分和一个最低分后 的4个评委平均值 (不考虑小数部分)。 +// +//- 思路: +//1.定义一个数组,用动态初始化完成数组元素的初始化,长度为6 +//2.键盘录入评委分数 +//3.由于是6个评委打分,所以,接收评委分数的操作,用循环 +//4.求出数组最大值 +//5.求出数组最小值 +//6.求出数组总和 +//7.按照计算规则进行计算得到平均分 +//8.输出平均分 + public static void main(String[] args) { + // TODO Auto-generated method stub + int [] fenshuArr = new int[6]; + Scanner scanner = new Scanner(System.in); + for (int j = 0; j < 6; j++) { + System.out.println("请输入评分"); + fenshuArr[j]=scanner.nextInt(); + if(fenshuArr[j]<=100 && fenshuArr[j]>=0) { + System.out.println("第"+(j+1)+"个数据已录入"); + }else { + System.out.println("请按规则重新录入分数"); + j=j-1; + } + + } + + int max=fenshuArr[0]; + int min=fenshuArr[0]; + for (int i = 0; i < fenshuArr.length; i++) { + if(maxfenshuArr[i]) { + min=fenshuArr[i]; + } + } + System.out.println("最高分为:"+max); + System.out.println("最低分为:"+min); + + int sum=0; + for (int i = 0; i < fenshuArr.length; i++) { + sum=sum+fenshuArr[i]; + } + + System.out.println("除去一个最高分,除去一个最低分,平均得分是:"+((sum-max-min)/4)); + } + + +} \ No newline at end of file -- Gitee From 47226086f70fb899b81c5f057816ec2879b51129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=96=E7=BA=B7?= <8332024+o2444091281@user.noreply.gitee.com> Date: Wed, 14 Apr 2021 19:04:36 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20=E6=95=B0?= =?UTF-8?q?=E7=BB=84=E7=BB=83=E4=B9=A0=20=E4=B8=BA=20=E9=BB=84=E9=94=9F?= =?UTF-8?q?=E5=AE=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.keep" => "\351\273\204\351\224\237\345\256\207/.keep" | 0 .../Jave\345\244\215\344\271\240.java" | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename "\346\225\260\347\273\204\347\273\203\344\271\240/.keep" => "\351\273\204\351\224\237\345\256\207/.keep" (100%) rename "\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" => "\351\273\204\351\224\237\345\256\207/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" (100%) diff --git "a/\346\225\260\347\273\204\347\273\203\344\271\240/.keep" "b/\351\273\204\351\224\237\345\256\207/.keep" similarity index 100% rename from "\346\225\260\347\273\204\347\273\203\344\271\240/.keep" rename to "\351\273\204\351\224\237\345\256\207/.keep" diff --git "a/\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" "b/\351\273\204\351\224\237\345\256\207/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" similarity index 100% rename from "\346\225\260\347\273\204\347\273\203\344\271\240/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" rename to "\351\273\204\351\224\237\345\256\207/\351\273\204\351\224\237\345\256\207/Jave\345\244\215\344\271\240.java" -- Gitee