原式=53-1-23-12
=-12.
—What's your favorite fruit?
—Apples. You know,_____ apple a day keeps the doctor away. [ ]
A. a
B. an
C. the
D. 不填
在下面的程序段中,有关paint()方法中正确的说法是( )。 public void paint(Graphics g) { g.drawstring("Any question", 10, 0); }
A.字符串Any question输出在左上角位置,坐标为(10,0)
B.只能看到一部分的字符
C.能全都看到
D.以上都不对