109 
5e4cc45205c4a.jpg
Which code fragment, inserted at the end of line 12, produces the output p is 420?
(A) p.setWeight(420);
(B) p.changePayload(420);
(C) p = new Payload(420);
(D) Payload.setWeight(420);
(E) p = Payload.setWeight(420);

答案:登入後查看
統計: A(8), B(1), C(2), D(1), E(0) #2194650