public class MathUtils { public static double average(int a, int b) { return a + b / 2; } public static void main(String[] args) { Sys.
確定! 回上一頁