摘要: 四则运算记录错题的函数 利用了数组,和题目数组一一对应,0为没有错,非零代表错了几次 public String[] Mistakes(String str[], int a[], int b[], int j3) { int total = 0; String c[] = new String[j 阅读全文
posted @ 2020-10-09 20:13 不详·Christina 阅读(59) 评论(0) 推荐(0)