照样子写词语。
能书善画:___________ ___________
能言善辩 能歌善舞(答案不唯一)
Yesterday we went to visit the farm ____ my father used to work for nearly ten years.
A.in which
B.that
C.where
D.which
下面程序执行后,输出结果为:true请在程序的每条横线处填写一个语句,使程序的功能完整。 注意:请勿改动main()主方法和其他已有的语句内容,仅在横线处填入适当的语句。 public class TestStringCompare{ {public static void main(String ____________________ args){char charl[]={’t’,’e’,’s’,’t’};char char2[]={’t’,’e’,’s’,’t’,’1’};String str1=new String(___________________);String str2=new String(char2,0,4);System.out.println(__________________________);} }