当前学科:电子信息工程
  • 题目: 未知类型
    下列代码中,将引起一个编译错误的行是()

      1)public class Test

      2)int m,n;

      3)public Test()

      4)public Test(int a)m=a;

      5)public static void main(String args[])

      6)Test t1,t2;

      7)int j,k;

      8)j=0; k=0;

      9) t1=new Test();

      10)t2=new Test(j,k);

      11)

      12)

      A.第6行

      B.第5行

      C.第3行

      D.第10行

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索