摘要:
四则运算记录错题的函数 利用了数组,和题目数组一一对应,0为没有错,非零代表错了几次 public String[] Mistakes(String str[], int a[], int b[], int j3) { int total = 0; String c[] = new String[j 阅读全文
摘要:
以下代码为何无法通过编译?哪儿出错了? 函数中没有参数 请运行TestStaticInitializeBlock.java示例,观察输出结果,总结出“静态初始化块的执行顺序”。 public class dongshoudongnao{ public static void main(String[ 阅读全文