public class HelloWorld{
public static void main(String[] args) {
String wordOne="我爱慕课网";
String wordTwo="www.imooc.com";
System.out.println(wordOne+'\n'+wordTwo);
}
}
public class HelloWorld{
public static void main(String[] args) {
String wordOne="我爱慕课网";
String wordTwo="www.imooc.com";
System.out.println(wordOne+'\n'+wordTwo);
}
}
2014-08-13
举报