Click the Exhibit button. Which three code fragments, added individually at line 29, produce the output 100?()<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/201808020858447396.jpg" /><p> Click the Exhibit button. Which three code fragments, added individually at line 29, produce the output 100?()<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/201808020858447396.jpg" /></p>
A、A.n = 100;
B、B.i.setX( 100 );
C、C.o.getY().setX( 100 );
D、D.i = new Inner(); i.setX( 100 );
E、E.o.setY( i ); i = new Inner(); i.setX( 100 );
F、F.i = new Inner(); i.setX( 100 ); o.setY( i );