public class HelloWorld{ public static void main(String[] args) { String hobby="我爱慕课网"; System.out.println(hobby); String Z="www.imooc.com"; System.out.println(z); }}
6 回答
已采纳
XhstormR
TA贡献140条经验 获得超197个赞
public class HelloWorld {
public static void main(String[] args) {
String hobby = "我爱慕课网";
System.out.println(hobby);
String Z = "www.imooc.com";
System.out.println(z); <------------ z 的大小写应该一致
}
}代码以上,望采纳。
添加回答
举报
0/150
提交
取消
