为了账号安全,请及时绑定邮箱和手机立即绑定

代码为什么不能输出?

public class HelloWorld{    public static void main(String[] args) {        String love="我爱慕课网";                String wz="www.imooc.com";            System.out.println(love);            System.out.println(wz); }为什么不能输出呢?找不到毛病啊

正在回答

2 回答

public class HelloWorld{    
    public static void main(String[] args) { 
        String love="我爱慕课网";                
        String wz="www.imooc.com";            
        System.out.println(love);            
        System.out.println(wz); 
        }
        }

少了一个大括号

0 回复 有任何疑惑可以回复我~

。。。因为少了一个大括号

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

代码为什么不能输出?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信