心_云的博客【本程序使用了定义冒泡排序函数和定义求平均函数的方法】#include <stdio.h> #include <math.h> void Bubblesort(int a[],int len) { int i, j, temp; for (j = 0; j < len - 1; j++) { for (i ...
BrucerRC的博客import java.util.Scanner; public class Test { public static void main(String[] args) { ... for (int i = 1;i < 6;i++){ System.out.println("请输入第"+i+"名学生的数据"); Student l = new